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

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

nixpacks: 1.10.1 -> 1.12.0
parents 2673bcc9 09f64b15
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.1";
  version = "1.12.0";

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

  cargoHash = "sha256-8b5fLmhEJozk0j2z5B8wCcza4ZKiKbFYsoVBwz/urK8=";
  cargoHash = "sha256-elBLH2n+t+bixKePRmK1YiXsdDuerYzV+PbpjFEcA1g=";

  # skip test due FHS dependency
  doCheck = false;