Skip to content

Commit 57111b8

Browse files
committedMar 19, 2025
uv: 0.6.6 -> 0.6.8
https://github.com/astral-sh/uv/releases/tag/0.6.7 https://github.com/astral-sh/uv/releases/tag/0.6.8 Signed-off-by: misilelab <misileminecord@gmail.com>
1 parent 9846ac5 commit 57111b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/uv/uv/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "uv";
23-
version = "0.6.6";
23+
version = "0.6.8";
2424

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = finalAttrs.version;
29-
hash = "sha256-KsPfAOEpD47/kqcN9M7lOtS8hSr0dXP3Y3b4x9yh1as=";
29+
hash = "sha256-PURQ/iDg9dvogwh/A2utmg8ufiPXafI+6jsT6UL9JsY=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-vcddP6EaNhJNK6UZUPxrABieJf2BPTAIs8r2uppP7N0=";
33+
cargoHash = "sha256-eZqyHzkLPjNtDe8X++2GaWYynJ3AYYCk3SlBtEJS6yM=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys

0 commit comments

Comments
 (0)
Failed to load comments.