hyprpicker: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm
2025-05-05 16:40:47 +05:30
committed by Masum Reza
parent a9984e4a73
commit 9fa8f80c70
+2 -2
View File
@@ -20,13 +20,13 @@
}:
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";