We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8e72b commit de0e0b0Copy full SHA for de0e0b0
pkgs/by-name/hy/hyprland-qtutils/package.nix
@@ -13,13 +13,13 @@ let
13
in
14
gcc14Stdenv.mkDerivation (finalAttrs: {
15
pname = "hyprland-qtutils";
16
- version = "0.1.2";
+ version = "0.1.3";
17
18
src = fetchFromGitHub {
19
owner = "hyprwm";
20
repo = "hyprland-qtutils";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-FxbuGQExtN37ToWYnGmO6weOYN6WPHN/RAqbr7gNPek=";
+ hash = "sha256-9m/Ha7hrxtbBl4UylZTYzTT/8a6Sy5DvTmBJrcQ6FwQ=";
23
};
24
25
nativeBuildInputs = [
0 commit comments