Skip to content

Commit ea3d674

Browse files
audacity: 3.7.1 -> 3.7.2 (#388777)
Co-authored-by: wegank <[email protected]>
2 parents 1be61c9 + bb75147 commit ea3d674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/au/audacity/package.nix

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

6262
stdenv.mkDerivation (finalAttrs: {
6363
pname = "audacity";
64-
version = "3.7.1";
64+
version = "3.7.2";
6565

6666
src = fetchFromGitHub {
6767
owner = "audacity";
6868
repo = "audacity";
6969
rev = "Audacity-${finalAttrs.version}";
70-
hash = "sha256-QKydqpkqG7znBEdtVEayC2SyNGU8tQX6AfxdeJN8tDg=";
70+
hash = "sha256-uRFLtjawMI5mHvlQNWkqSICPKbTiwp2bnBBsuj2JAP8=";
7171
};
7272

7373
postPatch =

0 commit comments

Comments
 (0)