Commit c8723083 authored by John Garcia's avatar John Garcia
Browse files

carla: 2.5.6 -> 2.5.7

parent c0e79c30
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.6";
  version = "2.5.7";

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

  nativeBuildInputs = [