Merge pull request #230383 from wegank/audacity-bump

audacity: 3.3.1 -> 3.3.2
This commit is contained in:
Weijia Wang 2023-05-07 10:43:17 +03:00 committed by GitHub
commit ca1927fba3
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.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "Audacity-${version}";
hash = "sha256-4L5ggu1izm9kichZBsJHAFq74q59xWGVYC11gy3K9go=";
hash = "sha256-/DjTmanPzkShNoMFNbnQzzwEzk/a2uUYvVW9dsvl5uY=";
};
postPatch = ''