Unverified Commit f8b4d3a0 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #283500 from r-ryantm/auto-update/xcp

parents bed58f69 ae853f28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

rustPlatform.buildRustPackage rec {
  pname = "xcp";
  version = "0.16.0";
  version = "0.18.1";

  src = fetchFromGitHub {
    owner = "tarka";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-JntFXpB72vZJHkyawFruLhz9rnR1fp+hoXEljzeV0Xo=";
    sha256 = "sha256-uZnKrWD3a3TpdKplLxzCKacfpuoo3vrCZmFsePIxR18=";
  };

  # no such file or directory errors
  doCheck = false;

  cargoHash = "sha256-IUJbatLE97qtUnm/Ho6SS+yL7LRd7oEGiSsZF36Qe5I=";
  cargoHash = "sha256-QaLNc05fI6V/5hbSfOL+uKnjkyxDclAmULx45z9gigs=";

  meta = with lib; {
    description = "An extended cp(1)";