hyprland: 44.1 -> 45.0 (#354900)

This commit is contained in:
Masum Reza
2024-11-11 00:23:24 +05:30
committed by GitHub
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.44.1-b",
"commit_hash": "4520b30d498daca8079365bdb909a8dea38e8d55",
"commit_message": "version: bump to 0.44.1",
"date": "2024-10-09",
"tag": "v0.44.1"
"branch": "main",
"commit_hash": "a425fbebe4cf4238e48a42f724ef2208959d66cf",
"commit_message": "version: bump to 0.45.0",
"date": "2024-11-09",
"tag": "v0.45.0"
}
+2 -2
View File
@@ -82,14 +82,14 @@ assert assertMsg (!hidpiXWayland)
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-hnoPoxMFetuoXQuAMgvopl1kCRQ33FYaVVBgV9FIFkM=";
hash = "sha256-//Ib7gXCA8jq8c+QGTTIO0oH0rUYYBXGp8sqpI1jlhA=";
};
postPatch = ''