hyprland: 0.55.0 -> 0.55.1 (#520059)

This commit is contained in:
Austin Horstman
2026-05-14 12:04:32 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "main",
"commit_hash": "af923e30d1d24f1f4a4f5cb8308065173c1d9539",
"commit_message": "version: bump to 0.55.0",
"date": "2026-05-09",
"tag": "v0.55.0"
"branch": "v0.55.1-b",
"commit_hash": "a47147bc095e5b3be3eb8bd04f0ac242b968cd4d",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-05-13",
"tag": "v0.55.1"
}
+2 -2
View File
@@ -83,14 +83,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.55.0";
version = "0.55.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-ZfsIYDDOjeAU8MxMyUitBAZgCgYAm1T8rTGbe8ujC/I=";
hash = "sha256-tjoO+3kzYCAJKJCzmh7R4Hzz7zBQKYoCrSSHMeKXxsA=";
};
postPatch = ''