hyprland-qtutils: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm
2025-04-30 07:56:16 +05:30
committed by Masum Reza
parent ac95911865
commit 151efeb904
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-qtutils";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-qtutils";
tag = "v${finalAttrs.version}";
hash = "sha256-9m/Ha7hrxtbBl4UylZTYzTT/8a6Sy5DvTmBJrcQ6FwQ=";
hash = "sha256-2dModE32doiyQMmd6EDAQeZnz+5LOs6KXyE0qX76WIg=";
};
nativeBuildInputs = [