Skip to content

Commit bb75147

Browse files
committed
audacity: 3.7.1 -> 3.7.2
1 parent abd72d8 commit bb75147

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)