We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77ab0a commit b6ee8eaCopy full SHA for b6ee8ea
pkgs/by-name/hy/hyprpaper/package.nix
@@ -32,13 +32,13 @@
32
33
gcc14Stdenv.mkDerivation (finalAttrs: {
34
pname = "hyprpaper";
35
- version = "0.7.2";
+ version = "0.7.3";
36
37
src = fetchFromGitHub {
38
owner = "hyprwm";
39
repo = "hyprpaper";
40
rev = "v${finalAttrs.version}";
41
- hash = "sha256-bXWLq/0Ji13CM4uX4tnBgWpvRysh4H3N1OC1t6d1Sfc=";
+ hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E=";
42
};
43
44
nativeBuildInputs = [
0 commit comments