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.
2 parents 1be61c9 + bb75147 commit ea3d674Copy full SHA for ea3d674
pkgs/by-name/au/audacity/package.nix
@@ -61,13 +61,13 @@
61
62
stdenv.mkDerivation (finalAttrs: {
63
pname = "audacity";
64
- version = "3.7.1";
+ version = "3.7.2";
65
66
src = fetchFromGitHub {
67
owner = "audacity";
68
repo = "audacity";
69
rev = "Audacity-${finalAttrs.version}";
70
- hash = "sha256-QKydqpkqG7znBEdtVEayC2SyNGU8tQX6AfxdeJN8tDg=";
+ hash = "sha256-uRFLtjawMI5mHvlQNWkqSICPKbTiwp2bnBBsuj2JAP8=";
71
};
72
73
postPatch =
0 commit comments