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

Co-authored-by: l1npengtul <l1npengtul@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] l1npengtul and committed by GitHub f43ee9fe ffba411e

+3 -3
+3 -3
pkgs/by-name/ca/cargo-3ds/package.nix
··· 6 }: 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-3ds"; 9 - version = "0.1.4"; 10 11 src = fetchFromGitHub { 12 owner = "rust3ds"; 13 repo = "cargo-3ds"; 14 tag = "v${version}"; 15 - hash = "sha256-APi1K5LtdHFI5kjPfZUOFcsZ/xoQixjKq5xZxwlW9CE="; 16 }; 17 18 - cargoHash = "sha256-2JpBm0ahgiL4KSM4J/nQRbdo3MDZgZj6EDg7Jr5ZanA="; 19 20 # Integration tests do not run in Nix build environment due to needing to 21 # create and build Cargo workspaces.
··· 6 }: 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-3ds"; 9 + version = "0.1.5"; 10 11 src = fetchFromGitHub { 12 owner = "rust3ds"; 13 repo = "cargo-3ds"; 14 tag = "v${version}"; 15 + hash = "sha256-UMeIxYxQ+0VGyDJTu78n9O5iXw3ZBg8mHqmnUtbnXo4="; 16 }; 17 18 + cargoHash = "sha256-ZH4JGBoXf6eTD35QPQBTIUYIlSyMOtWW2tWF5MkjqFk="; 19 20 # Integration tests do not run in Nix build environment due to needing to 21 # create and build Cargo workspaces.