Unverified Commit 38714e4e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

audacity: 3.4.2 -> 3.5.0
parents d1c6f0e1 9260d293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''