Unverified Commit 604a7c78 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

carla: 2.5.5 -> 2.5.6
parents 896fc681 4e0fae36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@ assert withQt -> wrapQtAppsHook != null;

stdenv.mkDerivation (finalAttrs: {
  pname = "carla";
  version = "2.5.5";
  version = "2.5.6";

  src = fetchFromGitHub {
    owner = "falkTX";
    repo = finalAttrs.pname;
    rev = "v${finalAttrs.version}";
    hash = "sha256-kXQ0dv4KrwvfxdP73zimof9XKpAz5E6hQrFOjLG4hKU=";
    hash = "sha256-/ZIproky1AHJHvV62xWm0nrzNBOjvBBv93V0KespVjU=";
  };

  nativeBuildInputs = [