hyprtoolkit: 0.1.0 -> 0.1.1

This commit is contained in:
SchweGELBin
2025-11-18 01:58:05 +01:00
parent 64fbca78da
commit a7a7793ddc
+2 -2
View File
@@ -24,13 +24,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprtoolkit";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprtoolkit";
tag = "v${finalAttrs.version}";
hash = "sha256-AQCTRH8VsrHzOHL0ueXt/6OQtSSfZbT3XUBI4sq8rx4=";
hash = "sha256-SjZAlFpZ/ZpYXj59toamF4qx5rC8RP0U/yEsPVniyI8=";
};
nativeBuildInputs = [