hyprland: 0.51.1 -> 0.52.0

This commit is contained in:
André Silva
2025-11-07 17:10:19 +00:00
parent ecf56ed61a
commit b622277947
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.51.1-b",
"commit_hash": "71a1216abcc7031776630a6d88f105605c4dc1c9",
"commit_message": "[gha] Nix: update inputs",
"date": "2025-09-22",
"tag": "v0.51.1"
"branch": "main",
"commit_hash": "f56ec180d3a03a5aa978391249ff8f40f949fb73",
"commit_message": "version: bump to 0.52.0",
"date": "2025-11-07",
"tag": "v0.52.0"
}
+2 -2
View File
@@ -91,14 +91,14 @@ assert assertMsg (
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.51.1";
version = "0.52.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-TPlZf0urtvDH4Cb4By06szJmzR4sBlgQATuGQy8bH6U=";
hash = "sha256-5jYD01l95U/HTfZMAccAvhSnrWgHIRWEjLi9R4wPIVI=";
};
postPatch = ''