Skip to content

Commit 43424ca

Browse files
authored
uv: 0.6.13 -> 0.6.14 (NixOS#397657)
2 parents 8f9db59 + 881e4bb commit 43424ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

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

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = finalAttrs.version;
29-
hash = "sha256-vJvF8ioEtiriWh120WhMxkYSody04PuXA6EISjWWvYA=";
29+
hash = "sha256-1ZmH757yqzXCYYRJoNGzh2Jy5ACWjNHugcY0szztBRQ=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-pwbqYe2zdQJQGoqrIwryBHmnS8spPgQ0qdpmxdT+9sk=";
33+
cargoHash = "sha256-zE6WP5rFUvx6B3ti5mlXPD4Z+1VQM0qpaScszKjTNmY=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys

0 commit comments

Comments
 (0)