Merge pull request #236802 from wegank/audacity-bump

audacity: 3.3.2 -> 3.3.3
This commit is contained in:
Linus Heckemann 2023-06-12 10:45:22 +02:00 committed by GitHub
commit ccf3054969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,13 +61,13 @@
stdenv.mkDerivation rec {
pname = "audacity";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "Audacity-${version}";
hash = "sha256-/DjTmanPzkShNoMFNbnQzzwEzk/a2uUYvVW9dsvl5uY=";
hash = "sha256-m38Awdv2ew+MKqd68x/ZsRBwidM2KJ3BRykIKgnFSx4=";
};
postPatch = ''