Skip to content

Commit

Permalink
qtractor: 0.9.11 -> 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2020
1 parent 17ab5f9 commit b3feafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qtractor/default.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "qtractor";
version = "0.9.11";
version = "0.9.12";

src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
sha256 = "02cpjlf3j4sm74hz88r1frnlycs52rs11mzplr2q8plji3ic5w50";
sha256 = "06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b3feafd

Please sign in to comment.