audacity: 3.7.1 -> 3.7.2 (#388777)

Co-authored-by: wegank <wegank@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-11 00:05:16 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "audacity";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${finalAttrs.version}";
hash = "sha256-QKydqpkqG7znBEdtVEayC2SyNGU8tQX6AfxdeJN8tDg=";
hash = "sha256-uRFLtjawMI5mHvlQNWkqSICPKbTiwp2bnBBsuj2JAP8=";
};
postPatch =