hyprpicker: 0.4.5 -> 0.4.6 (#489916)

This commit is contained in:
Austin Horstman
2026-02-13 19:01:04 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpicker" + lib.optionalString debug "-debug";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpicker";
rev = "v${finalAttrs.version}";
hash = "sha256-ta3eCdXyKTVKhCU2/zC+XljU1Tq5huIyuFBtzOcUU4c=";
hash = "sha256-7zYWeFIqdpvH5rQ0KF0dSyNaKghyTAXeEvhrgXiXCs8=";
};
cmakeBuildType = if debug then "Debug" else "Release";