hyprland-qtutils: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2025-01-18 04:11:54 +00:00
committed by Masum Reza
parent 3c8e72baec
commit de0e0b0b62
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-qtutils";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-qtutils";
tag = "v${finalAttrs.version}";
hash = "sha256-FxbuGQExtN37ToWYnGmO6weOYN6WPHN/RAqbr7gNPek=";
hash = "sha256-9m/Ha7hrxtbBl4UylZTYzTT/8a6Sy5DvTmBJrcQ6FwQ=";
};
nativeBuildInputs = [