We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9db59 + 881e4bb commit 43424caCopy full SHA for 43424ca
pkgs/by-name/uv/uv/package.nix
@@ -20,17 +20,17 @@
20
21
rustPlatform.buildRustPackage (finalAttrs: {
22
pname = "uv";
23
- version = "0.6.13";
+ version = "0.6.14";
24
25
src = fetchFromGitHub {
26
owner = "astral-sh";
27
repo = "uv";
28
tag = finalAttrs.version;
29
- hash = "sha256-vJvF8ioEtiriWh120WhMxkYSody04PuXA6EISjWWvYA=";
+ hash = "sha256-1ZmH757yqzXCYYRJoNGzh2Jy5ACWjNHugcY0szztBRQ=";
30
};
31
32
useFetchCargoVendor = true;
33
- cargoHash = "sha256-pwbqYe2zdQJQGoqrIwryBHmnS8spPgQ0qdpmxdT+9sk=";
+ cargoHash = "sha256-zE6WP5rFUvx6B3ti5mlXPD4Z+1VQM0qpaScszKjTNmY=";
34
35
buildInputs = [
36
rust-jemalloc-sys
0 commit comments