cargo-3ds: 0.1.4 -> 0.1.5 (#430583)

Co-authored-by: l1npengtul <l1npengtul@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-03 10:11:58 +00:00
committed by GitHub
co-authored by l1npengtul
+3 -3
View File
@@ -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.