Commit 61efbc5f authored by R. RyanTM's avatar R. RyanTM
Browse files

uv: 0.1.42 -> 0.1.44

parent 0afa1438
Loading
Loading
Loading
Loading
+171 −232

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
  pname = "uv";
  version = "0.1.42";
  version = "0.1.44";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "uv";
    rev = version;
    hash = "sha256-yfPipwfnHAPuzQqi9Jh1FFdZ2C9pCqStIf/Yu2KxQJs=";
    hash = "sha256-dmUnngHMj9WSDsr8es3eX9y2e8mmNcQFJ0QHi5YQT0U=";
  };

  cargoLock = {