hyprland: 0.48.0 -> 0.48.1 (#394044)

This commit is contained in:
Austin Horstman
2025-03-28 12:04:56 -05: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": "5ee35f914f921e5696030698e74fb5566a804768",
"commit_message": "version: bump to 0.48.0",
"date": "2025-03-23",
"tag": "v0.48.0"
"branch": "v0.48.1-b",
"commit_hash": "29e2e59fdbab8ed2cc23a20e3c6043d5decb5cdc",
"commit_message": "version: bump to v0.48.1",
"date": "2025-03-28",
"tag": "v0.48.1"
}
+2 -2
View File
@@ -86,14 +86,14 @@ assert assertMsg (!hidpiXWayland)
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.48.0";
version = "0.48.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-QfXnNrQSa9xDrlzl/dJvsFgMmPECveyU/7cKJ2YyIzI=";
hash = "sha256-skuJFly6LSFfyAVy2ByNolkEwIijsTu2TxzQ9ugWarI=";
};
postPatch = ''