Skip to content

Commit 6fc7919

Browse files
authored
hyprutils: 0.3.0 -> 0.3.2 (NixOS#370613)
2 parents af26fbc + b050a66 commit 6fc7919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hyprutils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "hyprutils";
13-
version = "0.3.0";
13+
version = "0.3.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "hyprwm";
1717
repo = "hyprutils";
1818
rev = "refs/tags/v${finalAttrs.version}";
19-
hash = "sha256-5Wvsn+0/Hu6eUUToK9hBWwRlbg1i++lc9or4yPYBUuk=";
19+
hash = "sha256-7D5j2sh3Miw2CRdmx8ftepb342pl36kDFJy+3aVfDVc=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)