audacity: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm
2025-03-10 18:32:32 +00:00
parent abd72d8e98
commit bb75147fa4
+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 =