hyprutils: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm
2025-11-28 19:42:04 +00:00
parent 24e915b36c
commit f6131f46b7
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-Q4ZfdlEGQU2LJ/Dif0qzF88xgIkpD6/uRsGfxOpu9jc=";
hash = "sha256-XQLlR/QJWiRRWY+ohtOqfe0fDMMPl/UyQCcypfUtZiE=";
};
nativeBuildInputs = [