rust-script: 0.17.0 -> 0.18.0

This commit is contained in:
figsoda 2021-11-09 18:09:54 -05:00
parent f5b089b626
commit 8751458649

View File

@ -2,19 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "rust-script";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "fornwall";
repo = pname;
rev = "v${version}";
sha256 = "0jz8hlvl31c5h8whd6pnpmslw6w6alkxijd9lhgric1yypiym9x3";
sha256 = "sha256-B/xh0eYRJxjjIEXdxmLz6usQvo4v/HQK5VNnnjcDBjM=";
};
cargoSha256 = "sha256-hg0QtxR1qm/x8G6HoN7xAyOwh9jiQvX2wWYjUR8YvMs=";
cargoSha256 = "sha256-7qMrrs6K+mJVDHNkGQDb6abM18RyBPToseTNM7ogdQ0=";
# TODO: switch to `cargoCheckType = "false"` after #138822 is merged
# tests only work in debug mode
# tests require network access
doCheck = false;
meta = with lib; {