hyprland: 0.46.0 -> 0.46.1

This commit is contained in:
Austin Horstman 2024-12-17 10:35:22 -06:00
parent 1fcbb94d58
commit 6e0b46aa9d
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"branch": "main",
"commit_hash": "788ae588979c2a1ff8a660f16e3c502ef5796755",
"commit_message": "version: bump to 0.46.0",
"date": "2024-12-16",
"tag": "v0.46.0"
"branch": "v0.46.1-b",
"commit_hash": "254fc2bc6000075f660b4b8ed818a6af544d1d64",
"commit_message": "version: bump to 0.46.1",
"date": "2024-12-17",
"tag": "v0.46.1"
}

View File

@ -84,14 +84,14 @@ assert assertMsg (!hidpiXWayland)
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.46.0";
version = "0.46.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-A3jvV535Jy9QxLKQWyGFb5aw7d7K+6CCGjG+R2PEK3Y=";
hash = "sha256-0SVRQJeKsdwaTO7pMM0MwTXyVwKNQ4m1f2mvcPnZttM=";
};
postPatch = ''