File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2020
2121rustPlatform . 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} )
You can’t perform that action at this time.
0 commit comments