uv: 0.5.11 -> 0.5.12 (#368445)

authored by Gaétan Lepage and committed by GitHub c9f456aa 28d78e5f

+3 -3
+3 -3
pkgs/by-name/uv/uv/package.nix
··· 17 18 rustPlatform.buildRustPackage rec { 19 pname = "uv"; 20 - version = "0.5.11"; 21 22 src = fetchFromGitHub { 23 owner = "astral-sh"; 24 repo = "uv"; 25 tag = version; 26 - hash = "sha256-0HdMjul925TkJGYQHsmQBYQoEkDYyXFSTEgZ/jg5V0o="; 27 }; 28 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-T1Yk8JNPdkxpLegeFuL2J7mbFOX4yyCPfvHyFfu6YsM="; 31 32 nativeBuildInputs = [ 33 cmake
··· 17 18 rustPlatform.buildRustPackage rec { 19 pname = "uv"; 20 + version = "0.5.12"; 21 22 src = fetchFromGitHub { 23 owner = "astral-sh"; 24 repo = "uv"; 25 tag = version; 26 + hash = "sha256-opTZzNi9cguceD3qdWsIxAYbymu25wFFKOIGhWu958Q="; 27 }; 28 29 useFetchCargoVendor = true; 30 + cargoHash = "sha256-hplzzsbS81GRS8L0Goh7vvzyv6xCAe0CN6KRvJ0GUdc="; 31 32 nativeBuildInputs = [ 33 cmake