Skip to content

Commit 694c7a7

Browse files
authored
uv: 0.7.3 -> 0.7.4 (#407414)
2 parents 030e058 + a880c79 commit 694c7a7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/uv/uv/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "uv";
23-
version = "0.7.3";
23+
version = "0.7.4";
2424

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = finalAttrs.version;
29-
hash = "sha256-8yQnBAAzt6kjg1F1AVdLX4z4at8+vCA4lcSclkzXXGw=";
29+
hash = "sha256-Lj+qznkYIO7tu12Db2k6hzfh02Ph+Nj6n6j7ncTbPXE=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-kPJrVHFJcw3tHvLm0ddn4iBoBNK1MDDF0WNcqFfmA4o=";
33+
cargoHash = "sha256-awKbKDyU8r7pdPlce0a0mLavrfnvMssyf/VDD6LRm7Q=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys
@@ -83,7 +83,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
8383
asl20
8484
mit
8585
];
86-
maintainers = with lib.maintainers; [ GaetanLepage ];
86+
maintainers = with lib.maintainers; [
87+
GaetanLepage
88+
prince213
89+
];
8790
mainProgram = "uv";
8891
};
8992
})

0 commit comments

Comments
 (0)