hyprpicker: 0.4.3 -> 0.4.4

John Titor 8f1cb388 9a2e74d9

+2 -2
+2 -2
pkgs/by-name/hy/hyprpicker/package.nix
··· 20 20 }: 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "hyprpicker" + lib.optionalString debug "-debug"; 23 - version = "0.4.3"; 23 + version = "0.4.4"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "hyprwm"; 27 27 repo = "hyprpicker"; 28 28 rev = "v${finalAttrs.version}"; 29 - hash = "sha256-uxPknq5vuSl5h3kV1s+PzrCul2m8jgXcFEx/OMTchlg="; 29 + hash = "sha256-hgY0rI/4MsxWMVXTd5pEE904V1apSrhzJblKjqQ8c0s="; 30 30 }; 31 31 32 32 cmakeBuildType = if debug then "Debug" else "Release";