hyprutils: 0.5.2 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-04-08 15:26:08 +00:00
parent 3367e70de7
commit 5de4f12f47
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-EV3945SnjOCuRVbGRghsWx/9D89FyshnSO1Q6/TuQ14=";
hash = "sha256-/6IAEWyb8gC/NKZElxiHChkouiUOrVYNq9YqG0Pzm4Y=";
};
nativeBuildInputs = [