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

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

nixpacks: 1.15.0 -> 1.17.0
parents 4b7efda0 13cf12cc
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.15.0";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-iZOcpVvhHbf8u2NrnwAIg7jlTN/afeBi2+jbsNYKlz4=";
    sha256 = "sha256-ulzSxS5yukkLCykdsxl9nNRnakQ1UitJAHlB9CwLhsM=";
  };

  cargoHash = "sha256-cysxQ4qc70zpEOpL5bccMHdEDGbdjzbGftTMb58RrYc=";
  cargoHash = "sha256-nNnFbvHsew7jtTBpD3eKXgjkc1arzjWMZWwj96Qmgcw=";

  # skip test due FHS dependency
  doCheck = false;