tombi: 0.4.9 -> 0.4.13 (#419195)

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

authored by nixpkgs-merge-bot[bot] psibi and committed by GitHub 0fad7fd1 d88142d2

+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.9"; 10 + version = "0.4.13"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tombi-toml"; 14 14 repo = "tombi"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-2516aT6zaI5bntjjJ/p/yk0gWW6fzixQx5ESs29aS6Q="; 16 + hash = "sha256-DYr9RtWV2Fs1YGQ5V00eACLerJSsm34mPYdmVWRKXSQ="; 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-cVj0dL9vGVm3WPQ5IA2LDxDLHia5T+pLi6rTQxAqoC4="; 22 + cargoHash = "sha256-JyYA/Bu1gcj7s5hxx9LOcrN28Klhz3Qy1SbGoWEiwnA="; 23 23 24 24 postPatch = '' 25 25 substituteInPlace Cargo.toml \