hyprutils: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm
2026-05-09 07:36:25 +00:00
parent 8f689324e3
commit d754d2e4ad
+2 -2
View File
@@ -10,13 +10,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprutils";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprutils";
tag = "v${finalAttrs.version}";
hash = "sha256-PwuoEJQcjSKJNP5T55qhfDwIP0tw5zxEhfu8GDfKfeg=";
hash = "sha256-jAcsogZwWMfXT9MfXxZzkwliAqIuZUV0p71h6Ba9ReE=";
};
nativeBuildInputs = [