Unverified Commit 706a9816 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

uv: 0.9.13 -> 0.9.14 (#466948)

parents 917eb39d 3cbc9835
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.9.13";
  version = "0.9.14";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "uv";
    tag = finalAttrs.version;
    hash = "sha256-KhJN9aYWeeo3Hc7pprNkzTZS2xsogdJmK5rDKlcjWp4=";
    hash = "sha256-3onsgWbcjci1X/nFzuZtrqAUbi4h185UUepTlz0rmOs=";
  };

  cargoHash = "sha256-IZ168ImtJ4iBz23KOZzY27urHpj+PexE8IGco0Kd1eg=";
  cargoHash = "sha256-ZjpONwxIglfft9LMsiyqbelZ1Ybn1pO2Z6/vWZibmXY=";

  buildInputs = [
    rust-jemalloc-sys