audacity: 3.7.0 -> 3.7.1 (#364584)

This commit is contained in:
Nick Cao 2024-12-12 10:04:00 -05:00 committed by GitHub
commit ceada99eae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,13 +62,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "audacity";
version = "3.7.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${finalAttrs.version}";
hash = "sha256-jwsn/L9e1ViWLOh8Xc4lTS9FhanD4GK0BllCwtPamZc=";
hash = "sha256-QKydqpkqG7znBEdtVEayC2SyNGU8tQX6AfxdeJN8tDg=";
};
postPatch =