Skip to content

Commit b6ee8ea

Browse files
committed
hyprpaper: 0.7.2 -> 0.7.3
1 parent a77ab0a commit b6ee8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
gcc14Stdenv.mkDerivation (finalAttrs: {
3434
pname = "hyprpaper";
35-
version = "0.7.2";
35+
version = "0.7.3";
3636

3737
src = fetchFromGitHub {
3838
owner = "hyprwm";
3939
repo = "hyprpaper";
4040
rev = "v${finalAttrs.version}";
41-
hash = "sha256-bXWLq/0Ji13CM4uX4tnBgWpvRysh4H3N1OC1t6d1Sfc=";
41+
hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E=";
4242
};
4343

4444
nativeBuildInputs = [

0 commit comments

Comments
 (0)