Loading pkgs/by-name/uv/uv/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,17 +20,17 @@ rustPlatform.buildRustPackage rec { pname = "uv"; version = "0.6.3"; version = "0.6.4"; src = fetchFromGitHub { owner = "astral-sh"; repo = "uv"; tag = version; hash = "sha256-eT+pCw5azFhUS9ChOsJm7zXKAr/PeJeakBcoGolL+lI="; hash = "sha256-4Fnc36jcgV5rZnipepgucfoUZ0V1VGC6axMPHOJX80A="; }; useFetchCargoVendor = true; cargoHash = "sha256-tCbNMV2r05bIo/xa1TmzocL8ccJyVCDKV735epPxd24="; cargoHash = "sha256-8lo3R4U61zM+dHehFowySW8/fDCxBb03/e3njqG8l9g="; buildInputs = [ rust-jemalloc-sys Loading Loading
pkgs/by-name/uv/uv/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -20,17 +20,17 @@ rustPlatform.buildRustPackage rec { pname = "uv"; version = "0.6.3"; version = "0.6.4"; src = fetchFromGitHub { owner = "astral-sh"; repo = "uv"; tag = version; hash = "sha256-eT+pCw5azFhUS9ChOsJm7zXKAr/PeJeakBcoGolL+lI="; hash = "sha256-4Fnc36jcgV5rZnipepgucfoUZ0V1VGC6axMPHOJX80A="; }; useFetchCargoVendor = true; cargoHash = "sha256-tCbNMV2r05bIo/xa1TmzocL8ccJyVCDKV735epPxd24="; cargoHash = "sha256-8lo3R4U61zM+dHehFowySW8/fDCxBb03/e3njqG8l9g="; buildInputs = [ rust-jemalloc-sys Loading