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

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

nixpacks: 1.4.0 -> 1.4.1
parents d66f8ec6 946be78e
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.4.0";
  version = "1.4.1";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-v9ycluLfkrPDzjsMXtv7w9UHgMaGzTsJw4lT/KfRAu4=";
    sha256 = "sha256-zxgNHzKXekZnk0OsHw30u4L9U2mIT/MryZuAQ2EBEYg=";
  };

  cargoHash = "sha256-wVQEa1qS+JF6PHKvRrRFbSvj2qp6j14ErOQPkxP0uuA=";
  cargoHash = "sha256-tsGyrU/5yp5PJ2d5HUoaw/jhGgYyDt6qBK+DvC79kmY=";

  # skip test due FHS dependency
  doCheck = false;