uv: 0.6.3 -> 0.6.4 (#386978)

authored by Gaétan Lepage and committed by GitHub 13138422 27798c24

+3 -3
+3 -3
pkgs/by-name/uv/uv/package.nix
··· 20 21 rustPlatform.buildRustPackage rec { 22 pname = "uv"; 23 - version = "0.6.3"; 24 25 src = fetchFromGitHub { 26 owner = "astral-sh"; 27 repo = "uv"; 28 tag = version; 29 - hash = "sha256-eT+pCw5azFhUS9ChOsJm7zXKAr/PeJeakBcoGolL+lI="; 30 }; 31 32 useFetchCargoVendor = true; 33 - cargoHash = "sha256-tCbNMV2r05bIo/xa1TmzocL8ccJyVCDKV735epPxd24="; 34 35 buildInputs = [ 36 rust-jemalloc-sys
··· 20 21 rustPlatform.buildRustPackage rec { 22 pname = "uv"; 23 + version = "0.6.4"; 24 25 src = fetchFromGitHub { 26 owner = "astral-sh"; 27 repo = "uv"; 28 tag = version; 29 + hash = "sha256-4Fnc36jcgV5rZnipepgucfoUZ0V1VGC6axMPHOJX80A="; 30 }; 31 32 useFetchCargoVendor = true; 33 + cargoHash = "sha256-8lo3R4U61zM+dHehFowySW8/fDCxBb03/e3njqG8l9g="; 34 35 buildInputs = [ 36 rust-jemalloc-sys