about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-14 23:03:38 -0500
committerGitHub <noreply@github.com>2022-10-14 23:03:38 -0500
commit556ea93df15f016c8171fdb7fde5fbc7f62d0a18 (patch)
tree6dced60d33d12e883e3e5264a0d1659dd79907dc /pkgs/applications
parent19347278ca6afea6def9a7be6d879a6ffff8f0ed (diff)
parenta31ad3bbf01c823407625ebe302a5481d4d43383 (diff)
Merge pull request #193885 from r-ryantm/auto-update/carla
carla: 2.5.0 -> 2.5.1
Diffstat (limited to 'pkgs/applications')
-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 291c3875cea8d..82259d563ce90 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.5.0";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "falkTX";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-KcwEuiy58wjTr+RWPmpMaPgM0olzxiWp9MMYiKwmIcI=";
+    sha256 = "sha256-SN+9Q5v0bv+kQcYLBJmSCd9WIGSeQuOZze8LVwF20EA=";
   };
 
   nativeBuildInputs = [