cargo-3ds: 0.1.4 -> 0.1.5
This commit is contained in:
parent
c148f7b964
commit
5a6deea771
@ -6,16 +6,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-3ds";
|
pname = "cargo-3ds";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rust3ds";
|
owner = "rust3ds";
|
||||||
repo = "cargo-3ds";
|
repo = "cargo-3ds";
|
||||||
tag = "v${version}";
|
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
|
# Integration tests do not run in Nix build environment due to needing to
|
||||||
# create and build Cargo workspaces.
|
# create and build Cargo workspaces.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user