Loading pkgs/by-name/ca/cargo-3ds/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
pkgs/by-name/ca/cargo-3ds/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading