about summary refs log tree commit diff
path: root/pkgs/applications/audio/carla
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-06-11 13:24:53 +0200
committerBart Brouns <bart@magnetophon.nl>2020-06-11 13:25:31 +0200
commit890931af22a652696d7e2841029b0b1e8906cfb6 (patch)
tree03c2d5aa9d063630f6e5e547924cd389a304e37f /pkgs/applications/audio/carla
parent3a70659b4d012cd662be1579a662a4e00118c66c (diff)
carla: 2.1 -> 2.1.1
Diffstat (limited to 'pkgs/applications/audio/carla')
-rw-r--r--pkgs/applications/audio/carla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/carla/default.nix b/pkgs/applications/audio/carla/default.nix
index bf297d8a83cac..357f300128809 100644
--- a/pkgs/applications/audio/carla/default.nix
+++ b/pkgs/applications/audio/carla/default.nix
@@ -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 = [