Merge pull request #259608 from chewblacka/update-carla

carla: 2.5.6 -> 2.5.7
This commit is contained in:
Fabián Heredia Montiel
2023-10-09 23:58:52 -06:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ assert withQt -> wrapQtAppsHook != null;
stdenv.mkDerivation (finalAttrs: {
pname = "carla";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
owner = "falkTX";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-/ZIproky1AHJHvV62xWm0nrzNBOjvBBv93V0KespVjU=";
hash = "sha256-WDwYfDR760Maz3oWNPcPbl8L+0MIRbeqNVGH9Gg4ZYc=";
};
nativeBuildInputs = [