Gaetan Lepage
2024-08-21 08:00:41 +02:00
parent 8294a46c6c
commit ab0acc1fdd
2 changed files with 286 additions and 234 deletions
+284 -232
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.38.0";
version = "0.39.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-mTVpNyFEovaOdOBTcASSRejKfSs50cqpDuStDAkcdkQ=";
hash = "sha256-qDXD5vNoIppe1EWKxr1tssgAelEKoMdZ/y7Dq979PwI=";
};
cargoLock = {