Commit 5a6deea7 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-3ds: 0.1.4 -> 0.1.5

parent c148f7b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "cargo-3ds";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "rust3ds";
    repo = "cargo-3ds";
    tag = "v${version}";
    hash = "sha256-APi1K5LtdHFI5kjPfZUOFcsZ/xoQixjKq5xZxwlW9CE=";
    hash = "sha256-UMeIxYxQ+0VGyDJTu78n9O5iXw3ZBg8mHqmnUtbnXo4=";
  };

  cargoHash = "sha256-2JpBm0ahgiL4KSM4J/nQRbdo3MDZgZj6EDg7Jr5ZanA=";
  cargoHash = "sha256-ZH4JGBoXf6eTD35QPQBTIUYIlSyMOtWW2tWF5MkjqFk=";

  # Integration tests do not run in Nix build environment due to needing to
  # create and build Cargo workspaces.