uv: 0.6.5 -> 0.6.6 (#389285)

authored by

Gaétan Lepage and committed by
GitHub
ca786b64 e4819128

+3 -3
+3 -3
pkgs/by-name/uv/uv/package.nix
··· 20 21 rustPlatform.buildRustPackage (finalAttrs: { 22 pname = "uv"; 23 - version = "0.6.5"; 24 25 src = fetchFromGitHub { 26 owner = "astral-sh"; 27 repo = "uv"; 28 tag = finalAttrs.version; 29 - hash = "sha256-y4TUu7mQAfS6qO8lKOniCD5ShiKzhAuwD+8qK3qcMmw="; 30 }; 31 32 useFetchCargoVendor = true; 33 - cargoHash = "sha256-KCuGQ3OWpzXX5b1X9DuiTTqYNZSlCpi46J4bX7nQGVc="; 34 35 buildInputs = [ 36 rust-jemalloc-sys
··· 20 21 rustPlatform.buildRustPackage (finalAttrs: { 22 pname = "uv"; 23 + version = "0.6.6"; 24 25 src = fetchFromGitHub { 26 owner = "astral-sh"; 27 repo = "uv"; 28 tag = finalAttrs.version; 29 + hash = "sha256-KsPfAOEpD47/kqcN9M7lOtS8hSr0dXP3Y3b4x9yh1as="; 30 }; 31 32 useFetchCargoVendor = true; 33 + cargoHash = "sha256-vcddP6EaNhJNK6UZUPxrABieJf2BPTAIs8r2uppP7N0="; 34 35 buildInputs = [ 36 rust-jemalloc-sys