rustlings: 6.4.0 -> 6.5.0 (#445797)

This commit is contained in:
Matthias Beyer
2025-09-25 08:30:08 +00:00
committed by GitHub
+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 = [