Unverified Commit bf93cd2c authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

Merge pull request #307139 from wegank/audacity-bump

audacity: 3.5.0 -> 3.5.1
parents 19b664bb 76a302f2
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.5.0";
  version = "3.5.1";

  src = fetchFromGitHub {
    owner = "audacity";
    repo = "audacity";
    rev = "Audacity-${version}";
    hash = "sha256-vJhCONoEC4Bdd1ZOLLobjNgLb/DT6auuMGk8L9lj6TU=";
    hash = "sha256-wQ+K31TvDTVwDyVQ5nWgcneZ1cFxztmsbSXrDs33Uoc=";
  };

  postPatch = ''