Merge pull request #161033 from r-ryantm/auto-update/carla

carla: 2.4.1 -> 2.4.2
This commit is contained in:
Ryan Mulligan 2022-02-26 08:14:15 -08:00 committed by GitHub
commit fa7310446c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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