summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/carla
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-20 08:57:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-20 08:57:55 +0000
commitd079f1c0d991ae3a41d04659e98f02ddb9dc788a (patch)
treea75dbd5356e7a45b7e0ea3bd6b2e92ba4b199b53 /pkgs/applications/audio/carla
parentd5f237872975e6fb6f76eef1368b5634ffcd266f (diff)
carla: 2.4.1 -> 2.4.2
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 87ae31aed3bf..bebc0320bb02 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.4.1";
+ version = "2.4.2";
src = fetchFromGitHub {
owner = "falkTX";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-faVLPHPQ4voR/RHiPpUwnZK+5Jx0u4rJWuH5zlydzwY=";
+ sha256 = "sha256-A0QmyphjsNU06kh2f9rXrR+GkDEI5HqXRA9J82E6qJU=";
};
nativeBuildInputs = [