Commit 70137fc5 authored by Harinn's avatar Harinn
Browse files

uv: 0.11.6 -> 0.11.7

parent 5a32c40c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "uv";
  version = "0.11.6";
  version = "0.11.7";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "uv";
    tag = finalAttrs.version;
    hash = "sha256-S3D8KjIyUw9cy+y8FCNX4o2CezWWBS1c00f6bLytTrE=";
    hash = "sha256-DTYZIsgqS/m7YC5fQKy3UL/56XTKY9H5oCJX4LDJRmY=";
  };

  cargoHash = "sha256-1zKhePStJQx8OiRJo7omJn1w0UdQ9at0c1glsjFPuTo=";
  cargoHash = "sha256-wOE7kg0WAVgx8fhrt+N79GjHFviEdI0fuNTYMCn464A=";

  buildInputs = [
    rust-jemalloc-sys