Skip to content

Commit

Permalink
hyprland: 0.46.0 -> 0.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 17, 2024
1 parent 1fcbb94 commit 6e0b46a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/hy/hyprland/info.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 6e0b46a

Please sign in to comment.