Merge pull request #327781 from r-ryantm/auto-update/audacity

audacity: 3.5.1 -> 3.6.0
This commit is contained in:
Pol Dellaiera
2024-07-17 20:21:38 +02:00
committed by GitHub
+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 = ''