Skip to content

Commit d196099

Browse files
committed
hyprpicker: 0.4.2 -> 0.4.3
1 parent e69dc31 commit d196099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
}:
2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "hyprpicker" + lib.optionalString debug "-debug";
23-
version = "0.4.2";
23+
version = "0.4.3";
2424

2525
src = fetchFromGitHub {
2626
owner = "hyprwm";
2727
repo = "hyprpicker";
2828
rev = "v${finalAttrs.version}";
29-
hash = "sha256-CWmzXhsdk+c1d7Ub7TXQ2BVYla1HSJ9jbgOilbVl1so=";
29+
hash = "sha256-uxPknq5vuSl5h3kV1s+PzrCul2m8jgXcFEx/OMTchlg=";
3030
};
3131

3232
cmakeBuildType = if debug then "Debug" else "Release";

0 commit comments

Comments
 (0)