hyprland 0.44

This commit is contained in:
Miguel Palhas
2025-01-04 05:57:07 +00:00
parent 86e247ff9a
commit 2377731aa5
2 changed files with 34 additions and 8 deletions
Generated
+33 -7
View File
@@ -633,6 +633,7 @@
"inputs": {
"aquamarine": "aquamarine",
"hyprcursor": "hyprcursor",
"hyprland-protocols": "hyprland-protocols",
"hyprlang": "hyprlang",
"hyprutils": "hyprutils",
"hyprwayland-scanner": "hyprwayland-scanner",
@@ -641,23 +642,48 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1725814101,
"narHash": "sha256-+wE97utoDfhQP6AMdZHUmBeL8grbce/Jv2i5M+6AbaE=",
"ref": "refs/tags/v0.43.0",
"rev": "0f594732b063a90d44df8c5d402d658f27471dfe",
"revCount": 5196,
"lastModified": 1728478479,
"narHash": "sha256-hnoPoxMFetuoXQuAMgvopl1kCRQ33FYaVVBgV9FIFkM=",
"ref": "refs/tags/v0.44.1",
"rev": "4520b30d498daca8079365bdb909a8dea38e8d55",
"revCount": 5309,
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland.git"
},
"original": {
"ref": "refs/tags/v0.43.0",
"ref": "refs/tags/v0.44.1",
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland.git"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1735774328,
"narHash": "sha256-vIRwLS9w+N99EU1aJ+XNOU6mJTxrUBa31i1r82l0V7s=",
"owner": "hyprwm",
"repo": "hyprland-protocols",
"rev": "e3b6af97ddcfaafbda8e2828c719a5af84f662cb",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
"hyprland-protocols_2": {
"inputs": {
"nixpkgs": [
"hyprland",
@@ -1449,7 +1475,7 @@
},
"xdph": {
"inputs": {
"hyprland-protocols": "hyprland-protocols",
"hyprland-protocols": "hyprland-protocols_2",
"hyprlang": [
"hyprland",
"hyprlang"
+1 -1
View File
@@ -18,7 +18,7 @@
hyprland = {
type = "git";
url = "https://github.com/hyprwm/Hyprland.git";
ref = "refs/tags/v0.43.0";
ref = "refs/tags/v0.44.1";
submodules = true;
};
nix-colors.url = "github:misterio77/nix-colors";