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 e69dc31 commit d196099Copy full SHA for d196099
pkgs/by-name/hy/hyprpicker/package.nix
@@ -20,13 +20,13 @@
20
}:
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "hyprpicker" + lib.optionalString debug "-debug";
23
- version = "0.4.2";
+ version = "0.4.3";
24
25
src = fetchFromGitHub {
26
owner = "hyprwm";
27
repo = "hyprpicker";
28
rev = "v${finalAttrs.version}";
29
- hash = "sha256-CWmzXhsdk+c1d7Ub7TXQ2BVYla1HSJ9jbgOilbVl1so=";
+ hash = "sha256-uxPknq5vuSl5h3kV1s+PzrCul2m8jgXcFEx/OMTchlg=";
30
};
31
32
cmakeBuildType = if debug then "Debug" else "Release";
0 commit comments