hyprland: 0.54.2 -> 0.54.3 (#504639)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "v0.54.2-b",
|
||||
"commit_hash": "59f9f2688ac508a0584d1462151195a6c4992f99",
|
||||
"commit_message": "version: bump to 0.54.2",
|
||||
"date": "2026-03-10",
|
||||
"tag": "v0.54.2"
|
||||
"branch": "v0.54.3-b",
|
||||
"commit_hash": "521ece463c4a9d3d128670688a34756805a4328f",
|
||||
"commit_message": "version: bump to 0.54.3",
|
||||
"date": "2026-03-27",
|
||||
"tag": "v0.54.3"
|
||||
}
|
||||
|
||||
@@ -80,14 +80,14 @@ let
|
||||
in
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.54.2";
|
||||
version = "0.54.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-YF31zdrg7ctjD2CR+8rzKNsR0luYgoq8lhRkzd6myL8=";
|
||||
hash = "sha256-e+mVjQL3V+xoaH1c3YqAzRq9wwiuEYQTOgZlK0LwfYA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user