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

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

nixpacks: 1.5.0 -> 1.5.1
parents cc766b2e 01124da5
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.5.0";
  version = "1.5.1";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-1IJboAy0GYgkysY84+wHHOulA/aiux7pgCtxfr0CFV8=";
    sha256 = "sha256-eAniM4o7TshGhO5jGrCZz+Rs5n5Q24tvIWMWebKAWAs=";
  };

  cargoHash = "sha256-kAou5pPOwbOZ9n8+fQJ4+Hh9x7wrY898R5XTuUEvF2o=";
  cargoHash = "sha256-0Y4hHuWB7NY7rRJImNIrxlEffrT9055ThQGqJlMeDMM=";

  # skip test due FHS dependency
  doCheck = false;