Skip to content

Commit 151efeb

Browse files
r-ryantmJohnRTitor
authored andcommitted
hyprland-qtutils: 0.1.3 -> 0.1.4
1 parent ac95911 commit 151efeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hyprland-qtutils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let
1414
in
1515
gcc14Stdenv.mkDerivation (finalAttrs: {
1616
pname = "hyprland-qtutils";
17-
version = "0.1.3";
17+
version = "0.1.4";
1818

1919
src = fetchFromGitHub {
2020
owner = "hyprwm";
2121
repo = "hyprland-qtutils";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-9m/Ha7hrxtbBl4UylZTYzTT/8a6Sy5DvTmBJrcQ6FwQ=";
23+
hash = "sha256-2dModE32doiyQMmd6EDAQeZnz+5LOs6KXyE0qX76WIg=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)