Skip to content

Commit

Permalink
sooperlooper: 2019-09-30 -> 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Jul 28, 2020
1 parent 3873e0d commit ad4deef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/audio/sooperlooper/default.nix
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "sooperlooper";
version = "unstable-2019-09-30";
version = "1.7.4";

src = fetchFromGitHub {
owner = "essej";
repo = "sooperlooper";
rev = "4d1da14176e16b0f56b727bb1e6c2e8957515625";
sha256 = "1gsgqa7hdymzw2al1ymzv0f33y161dyhh3fmy88lpjwv3bfchamg";
rev = "v${builtins.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "1jng9bkb7iikad0dy1fkiq9wjjdhh1xi1p0cp2lvnz1dsc4yk6iw";
};

autoreconfPhase = ''
Expand All @@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
fftw
];

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "A live looping sampler capable of immediate loop recording, overdubbing, multiplying, reversing and more";
longDescription = ''
Expand Down

0 comments on commit ad4deef

Please sign in to comment.