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

carla: 2.3.2 -> 2.4.0
This commit is contained in:
Ryan Mulligan 2021-08-24 13:41:51 -07:00 committed by GitHub
commit 67eba4b965
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.3.2";
version = "2.4.0";
src = fetchFromGitHub {
owner = "falkTX";
repo = pname;
rev = "v${version}";
sha256 = "sha256-en3eQtRUd2schpIccnuD42+wTYOAG9zsD6yNRA73bKE=";
sha256 = "sha256-WxhG9X6jVcu10bl5p0f61+SYZmJw4W7DYvezbpAlNjg=";
};
nativeBuildInputs = [