hyprland: 0.47.0 -> 0.47.1

This commit is contained in:
Gliczy
2025-01-30 15:14:27 +05:30
committed by Masum Reza
parent b0f1ad01bb
commit cbce12747f
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "main",
"commit_hash": "04ac46c54357278fc68f0a95d26347ea0db99496",
"commit_message": "version: bump to 0.47.0",
"date": "2025-01-27",
"tag": "v0.47.0"
"branch": "v0.47.1-b",
"commit_hash": "75dff7205f6d2bd437abfb4196f700abee92581a",
"commit_message": "version: bump to 0.47.1",
"date": "2025-01-29",
"tag": "v0.47.1"
}
+2 -2
View File
@@ -86,14 +86,14 @@ assert assertMsg (!hidpiXWayland)
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.47.0";
version = "0.47.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-rxvLiGNRUSVYPFsKIsqEbhxpR0sbWmHoo3azZKQ9fTY=";
hash = "sha256-374Ul6LCnuDdZ7o1xl2lDxTfmwt46K6csf6eniqFRYA=";
};
postPatch = ''