rustlings: 6.4.0 -> 6.5.0

Signed-off-by: Pui Yong Qing <puiyongqing@gmail.com>
This commit is contained in:
Pui Yong Qing
2025-09-24 21:34:45 +08:00
parent c65a2a6cd2
commit 3298c44271
+4 -3
View File
@@ -11,7 +11,7 @@
}:
let
pname = "rustlings";
version = "6.4.0";
version = "6.5.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -19,15 +19,16 @@ rustPlatform.buildRustPackage {
owner = "rust-lang";
repo = "rustlings";
rev = "v${version}";
hash = "sha256-VdIIcpyoCuid3MECVc9aKeIOUlxGlxcG7znqbqo9pjc=";
hash = "sha256-dUQIzNPxmKbhew9VjFIW7bY0D1IkuJ5+hRY2/CwmYhY=";
};
cargoHash = "sha256-QWmK+chAUnMGjqLq2xN5y6NJZJBMDTszImB9bXhO4+w=";
cargoHash = "sha256-AvwulWEqZMywaG7lEmT8nn9s2hda+bbIV1rnVXnKH8o=";
# Disabled test that does not work well in an isolated environment
checkFlags = [
"--skip=run_compilation_success"
"--skip=run_test_success"
"--skip=init"
];
nativeBuildInputs = [