Unverified Commit abb6256d authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

nixpacks: 1.6.1 -> 1.7.0
parents a0f50a77 afab9796
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.6.1";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ldX1V2QCqeCWkBT3qolkw6rYfuawnxE0ERMzgrjFmUQ=";
    sha256 = "sha256-iz/lTm/8Oqmo16lMDxpI2vFFq6BnnG2yeDAgKc8jTFU=";
  };

  cargoHash = "sha256-DEXVoG3uWXPiNVBaSdl/523MFXC21EtXZD8PFs+3rmQ=";
  cargoHash = "sha256-/V4Zj9yJtl3Fo7vXc0f3J6cp/mSxFG9YJg1r/RoHx/M=";

  # skip test due FHS dependency
  doCheck = false;