Skip to content

Commit de0e0b0

Browse files
r-ryantmJohnRTitor
authored andcommitted
hyprland-qtutils: 0.1.2 -> 0.1.3
1 parent 3c8e72b commit de0e0b0

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
@@ -13,13 +13,13 @@ let
1313
in
1414
gcc14Stdenv.mkDerivation (finalAttrs: {
1515
pname = "hyprland-qtutils";
16-
version = "0.1.2";
16+
version = "0.1.3";
1717

1818
src = fetchFromGitHub {
1919
owner = "hyprwm";
2020
repo = "hyprland-qtutils";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-FxbuGQExtN37ToWYnGmO6weOYN6WPHN/RAqbr7gNPek=";
22+
hash = "sha256-9m/Ha7hrxtbBl4UylZTYzTT/8a6Sy5DvTmBJrcQ6FwQ=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)