Merge pull request #307139 from wegank/audacity-bump

audacity: 3.5.0 -> 3.5.1
This commit is contained in:
Ryan Mulligan 2024-04-26 22:31:19 -07:00 committed by GitHub
commit bf93cd2c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,13 @@
stdenv.mkDerivation rec {
pname = "audacity";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${version}";
hash = "sha256-vJhCONoEC4Bdd1ZOLLobjNgLb/DT6auuMGk8L9lj6TU=";
hash = "sha256-wQ+K31TvDTVwDyVQ5nWgcneZ1cFxztmsbSXrDs33Uoc=";
};
postPatch = ''