hyprtoolkit: 0.4.1 -> 0.5.1

This commit is contained in:
SchweGELBin
2026-01-02 23:46:36 +01:00
parent 1a2e662eb8
commit dbc06d291c
+2 -2
View File
@@ -25,13 +25,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprtoolkit";
version = "0.4.1";
version = "0.5.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprtoolkit";
tag = "v${finalAttrs.version}";
hash = "sha256-IAGHOvvuCnJ6zWB3efxboJ/HUfSaXJ6pzrMwOMS2lJY=";
hash = "sha256-qxWKwg99yIV72E+xAUz82+TD3X3+VPgnGHBX6mOLp9Q=";
};
nativeBuildInputs = [