audacity: 3.4.2 -> 3.5.0

This commit is contained in:
R. Ryantm 2024-04-22 15:30:43 +00:00
parent ee1428c654
commit 9260d293d0
1 changed files with 2 additions and 2 deletions

View File

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