lol

uv: 0.7.14 -> 0.7.15 (#419921)

authored by

Gaétan Lepage and committed by
GitHub
e990b3a7 3492f143

+3 -3
+3 -3
pkgs/by-name/uv/uv/package.nix
··· 18 18 19 19 rustPlatform.buildRustPackage (finalAttrs: { 20 20 pname = "uv"; 21 - version = "0.7.14"; 21 + version = "0.7.15"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "astral-sh"; 25 25 repo = "uv"; 26 26 tag = finalAttrs.version; 27 - hash = "sha256-RBcJuQ2NCFoNfhecR88fsKpdq0+YpvS7sSUkewIueEU="; 27 + hash = "sha256-onBeTfzT9XhhiHAWcYMYMV8GRKudfPHRpuxg+2AVJls="; 28 28 }; 29 29 30 30 useFetchCargoVendor = true; 31 - cargoHash = "sha256-pKANEM4XiRRRXY+AOym5mq2nrVa0iByKZ1UAkh80IrA="; 31 + cargoHash = "sha256-03iQp/0HSqnXJU5PAdQNiTa+0UiKQKx5FiqvoaUeF+U="; 32 32 33 33 buildInputs = [ 34 34 rust-jemalloc-sys