Gaetan Lepage 2024-03-22 11:56:23 +01:00
parent c202ecedab
commit 2b43d370b4
2 changed files with 4 additions and 3 deletions

View File

@ -1801,7 +1801,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.30.0"
version = "0.31.0"
dependencies = [
"age",
"anyhow",

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-a4u8dBqp9zs4RW7tXN8HjGzvjYFyDUJzEFMxMoGhu4E=";
hash = "sha256-hPfMKp5FUbIKKKFfoS/pxseWmhqW8UOts7DOcRzgHWU=";
};
cargoLock = {
@ -74,6 +74,7 @@ rustPlatform.buildRustPackage rec {
"--skip=test_init_lib"
"--skip=test_init_script"
"--skip=test_lint_and_format"
"--skip=test_publish_outside_project"
"--skip=test_version"
];