Gaetan Lepage
2024-08-04 17:35:48 +02:00
committed by gador
parent 7d27c26857
commit c83bd2dacb
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1799,7 +1799,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.37.0"
version = "0.38.0"
dependencies = [
"age",
"anyhow",
+4 -2
View File
@@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-jrtqH5Ur7yXFwYORSkS839s5Q3BtllAJBJC78vOddZ8=";
hash = "sha256-mTVpNyFEovaOdOBTcASSRejKfSs50cqpDuStDAkcdkQ=";
};
cargoLock = {
@@ -60,11 +60,13 @@ rustPlatform.buildRustPackage rec {
# The following require internet access to fetch a python binary
"--skip=test_add_and_sync_no_auto_sync"
"--skip=test_add_autosync"
"--skip=test_add_dev"
"--skip=test_add_explicit_version_or_url"
"--skip=test_add_flask"
"--skip=test_add_from_find_links"
"--skip=test_autosync_remember"
"--skip=test_basic_list"
"--skip=test_basic_script"
"--skip=test_basic_tool_behavior"
"--skip=test_config_empty"
"--skip=test_config_get_set_multiple"