Skip to content

Commit 92d8a4d

Browse files
authored
uv: 0.8.20 -> 0.8.22 (#447433)
2 parents c8f3f16 + b16d25f commit 92d8a4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
rustPlatform.buildRustPackage (finalAttrs: {
2020
pname = "uv";
21-
version = "0.8.20";
21+
version = "0.8.22";
2222

2323
src = fetchFromGitHub {
2424
owner = "astral-sh";
2525
repo = "uv";
2626
tag = finalAttrs.version;
27-
hash = "sha256-k0otsop9KjjChlUIKBJn4yQStOHmv/v8GLol3Pz/3yU=";
27+
hash = "sha256-7/WOjsyfkDTZLNJY0+rNdRUmMabJsSFvKi2yh/WqViQ=";
2828
};
2929

30-
cargoHash = "sha256-f/2DHdNWdbQEYt7kmDsBPDgerGcjFGKyVgU+bQ9qdlg=";
30+
cargoHash = "sha256-RubSyxQjWlkoHMItYLjiyJ5Whz3oMXgioqbuewi1fcM=";
3131

3232
buildInputs = [
3333
rust-jemalloc-sys

0 commit comments

Comments
 (0)