audacity: 3.7.0 -> 3.7.1

This commit is contained in:
R. Ryantm
2024-12-12 12:35:47 +00:00
parent 52a2613850
commit b4afc83f01
+2 -2
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 =