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

carla: 2.5.0 -> 2.5.1
This commit is contained in:
Mario Rodas 2022-10-14 23:03:38 -05:00 committed by GitHub
commit 556ea93df1
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.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 = [