Skip to content

Commit 6e0b46a

Browse files
committed
hyprland: 0.46.0 -> 0.46.1
1 parent 1fcbb94 commit 6e0b46a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/by-name/hy/hyprland/info.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"branch": "main",
3-
"commit_hash": "788ae588979c2a1ff8a660f16e3c502ef5796755",
4-
"commit_message": "version: bump to 0.46.0",
5-
"date": "2024-12-16",
6-
"tag": "v0.46.0"
2+
"branch": "v0.46.1-b",
3+
"commit_hash": "254fc2bc6000075f660b4b8ed818a6af544d1d64",
4+
"commit_message": "version: bump to 0.46.1",
5+
"date": "2024-12-17",
6+
"tag": "v0.46.1"
77
}

pkgs/by-name/hy/hyprland/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ assert assertMsg (!hidpiXWayland)
8484

8585
customStdenv.mkDerivation (finalAttrs: {
8686
pname = "hyprland" + optionalString debug "-debug";
87-
version = "0.46.0";
87+
version = "0.46.1";
8888

8989
src = fetchFromGitHub {
9090
owner = "hyprwm";
9191
repo = "hyprland";
9292
fetchSubmodules = true;
9393
rev = "refs/tags/v${finalAttrs.version}";
94-
hash = "sha256-A3jvV535Jy9QxLKQWyGFb5aw7d7K+6CCGjG+R2PEK3Y=";
94+
hash = "sha256-0SVRQJeKsdwaTO7pMM0MwTXyVwKNQ4m1f2mvcPnZttM=";
9595
};
9696

9797
postPatch = ''

0 commit comments

Comments
 (0)