hyprland: 0.50.1 -> 0.51.0

This commit is contained in:
SchweGELBin
2025-09-10 17:19:30 +02:00
parent a3f5d83229
commit 2ca7a0e88a
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.50.1-b",
"commit_hash": "4e242d086e20b32951fdc0ebcbfb4d41b5be8dcc",
"commit_message": "[gha] Nix: update inputs",
"date": "2025-07-19",
"tag": "v0.50.1"
"branch": "main",
"commit_hash": "46174f78b374b6cea669c48880877a8bdcf7802f",
"commit_message": "version: bump to 0.51.0",
"date": "2025-09-10",
"tag": "v0.51.0"
}
+2 -2
View File
@@ -91,14 +91,14 @@ assert assertMsg (
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.50.1";
version = "0.51.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-ALp/WkfOfXMScwytTmjxpjRNmbezrgFQdEX6n3py7L8=";
hash = "sha256-aZCTbfKkxsEinY5V7R0NYuuitKLYc8ig8T91+yDMGJ0=";
};
postPatch = ''