tombi: 0.4.37 -> 0.4.42 (#431660)

Co-authored-by: psibi <psibi2000@gmail.com>

authored by nixpkgs-merge-bot[bot] psibi and committed by GitHub 0fd9e643 fad04064

+3 -3
+3 -3
pkgs/by-name/to/tombi/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage (finalAttrs: { 9 9 pname = "tombi"; 10 - version = "0.4.37"; 10 + version = "0.4.42"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tombi-toml"; 14 14 repo = "tombi"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-K2JIP9dqeAbfc4NefN8zdvzvRqGnH7qTLUzD11vDnd0="; 16 + hash = "sha256-EOUi8yIXRJag9U2RzXWgX8vmOO7OJ/hmCpx7BvKsml4="; 17 17 }; 18 18 19 19 # Tests relies on the presence of network 20 20 doCheck = false; 21 21 cargoBuildFlags = [ "--package tombi-cli" ]; 22 - cargoHash = "sha256-Vkj0BXvY9hGS2pq8mz0ZKhZBQLakh+hIIZ8Py5cgtl8="; 22 + cargoHash = "sha256-Hwa+P0Qt3W171EzhuEdzY85w3XuHv6s4MCFkH4Ejqa8="; 23 23 24 24 postPatch = '' 25 25 substituteInPlace Cargo.toml \