Skip to content

Commit

Permalink
carla: 2.1 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Jun 11, 2020
1 parent 3a70659 commit 890931a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/carla/default.nix
Expand Up @@ -15,13 +15,13 @@ assert withGtk3 -> gtk3 != null;

stdenv.mkDerivation rec {
pname = "carla";
version = "2.1";
version = "2.1.1";

src = fetchFromGitHub {
owner = "falkTX";
repo = pname;
rev = "v${version}";
sha256 = "074y40yrgl3qrdr3a5vn0scsw0qv77r5p5m6gc89zhf20ic8ajzc";
sha256 = "0c3y4a6cgi4bv1mg57i3qn5ia6pqjqlaylvkapj6bmpsw71ig22g";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 890931a

Please sign in to comment.