hyprpicker: 0.4.4 -> 0.4.5

R. Ryantm 9fa8f80c a9984e4a

Changed files
+2 -2
pkgs
by-name
hy
hyprpicker
+2 -2
pkgs/by-name/hy/hyprpicker/package.nix
···
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprpicker" + lib.optionalString debug "-debug";
-
version = "0.4.4";
+
version = "0.4.5";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpicker";
rev = "v${finalAttrs.version}";
-
hash = "sha256-hgY0rI/4MsxWMVXTd5pEE904V1apSrhzJblKjqQ8c0s=";
+
hash = "sha256-ta3eCdXyKTVKhCU2/zC+XljU1Tq5huIyuFBtzOcUU4c=";
};
cmakeBuildType = if debug then "Debug" else "Release";