Unverified Commit c53943cb authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #315211 from mistydemeo/cargo-dist-0_14_0

cargo-dist: 0.13.2 -> 0.14.1
parents 2a2f19ec 3307c04d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-dist";
  version = "0.13.2";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "axodotdev";
    repo = "cargo-dist";
    rev = "v${version}";
    hash = "sha256-sD3Y/FFfUgMtvBoSP0BBhS5aCZy+TkyO8S28q8Hoc5I=";
    hash = "sha256-4NsEvmIvgyv186WwMVxjo/PM4ccUtcIVCde4pwXUX98=";
  };

  cargoHash = "sha256-efVhaL1yUEpOgNZ4Bog1OB37lT1yQHJVE9M938jnGeE=";
  cargoHash = "sha256-89YN0P6dsmliOf8mv5ugyWPbg/aflACfkDaZp8f1HBo=";

  nativeBuildInputs = [
    pkg-config