mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Downgraded hyprlock from bleeding edge to stable
This commit is contained in:
parent
0fa4789fe8
commit
13d9e276e0
11
flake.lock
11
flake.lock
|
@ -756,16 +756,15 @@
|
||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722882121,
|
"lastModified": 1721822339,
|
||||||
"narHash": "sha256-gr4mN6BYKqy9JDr/ygDlMGYvEYBCMTDDDVnGNp/EYuw=",
|
"narHash": "sha256-dkhgyxPxmOI/ZHk/LZRQZAVjtk9kPx2RFQRnuEoXQ4s=",
|
||||||
"ref": "refs/heads/main",
|
"rev": "58e1a4a4997728be886a46d031514b3f09763c5d",
|
||||||
"rev": "9393a3e94d837229714e28041427709756033f5a",
|
"revCount": 234,
|
||||||
"revCount": 242,
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.hyprland.org/hyprwm/hyprlock.git"
|
"url": "https://code.hyprland.org/hyprwm/hyprlock.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"rev": "9393a3e94d837229714e28041427709756033f5a",
|
"rev": "58e1a4a4997728be886a46d031514b3f09763c5d",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.hyprland.org/hyprwm/hyprlock.git"
|
"url": "https://code.hyprland.org/hyprwm/hyprlock.git"
|
||||||
}
|
}
|
||||||
|
|
|
@ -239,7 +239,7 @@
|
||||||
hyprlock = {
|
hyprlock = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://code.hyprland.org/hyprwm/hyprlock.git";
|
url = "https://code.hyprland.org/hyprwm/hyprlock.git";
|
||||||
rev = "9393a3e94d837229714e28041427709756033f5a";
|
rev = "58e1a4a4997728be886a46d031514b3f09763c5d";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";
|
hyprgrass.url = "github:horriblename/hyprgrass/0bb3b822053c813ab6f695c9194089ccb5186cc3";
|
||||||
|
|
Loading…
Reference in a new issue