audacity: 3.5.1 -> 3.6.0

This commit is contained in:
R. Ryantm
2024-07-17 01:20:34 +00:00
parent 73ff0bcbd3
commit 167c0a7026
+2 -2
View File
@@ -62,13 +62,13 @@
stdenv.mkDerivation rec {
pname = "audacity";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${version}";
hash = "sha256-wQ+K31TvDTVwDyVQ5nWgcneZ1cFxztmsbSXrDs33Uoc=";
hash = "sha256-ZNOcWc4JKF69ZTD8pe1A3yrAMEE3rqbzPOOQslv+utU=";
};
postPatch = ''