Unverified Commit fb0d1666 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #243930 from r-ryantm/auto-update/nixpacks

nixpacks: 1.10.0 -> 1.10.1
parents 0984f8a7 b5266fe6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "nixpacks";
  version = "1.10.0";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ltssKi78lBkHEgdlVSRPWXEczWIACwHTz0SW57/sTAQ=";
    sha256 = "sha256-1XaIdnIBLHrT/w41pMm6EUEsvM8oY4r868MzK1vme44=";
  };

  cargoHash = "sha256-nUP4g3RFBCC13beSHRqRKdlf3HtHUthGo/friKvce+Q=";
  cargoHash = "sha256-8b5fLmhEJozk0j2z5B8wCcza4ZKiKbFYsoVBwz/urK8=";

  # skip test due FHS dependency
  doCheck = false;