carla: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2022-02-20 08:57:55 +00:00
parent d5f2378729
commit d079f1c0d9

@ -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 = [