tombi: 0.5.6 -> 0.5.18 (#436550)

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

Changed files
+3 -3
pkgs
by-name
to
tombi
+3 -3
pkgs/by-name/to/tombi/package.nix
···
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tombi";
-
version = "0.5.6";
+
version = "0.5.18";
src = fetchFromGitHub {
owner = "tombi-toml";
repo = "tombi";
tag = "v${finalAttrs.version}";
-
hash = "sha256-EjKvVBIiG20qsr4XmGtjx7I39/tvl9HGPza5fpbwMeg=";
+
hash = "sha256-bzoBNSAqTBbdwsbxFJ2Gosh7s9/ZLx3D7bZ+PFLV+so=";
};
# Tests relies on the presence of network
doCheck = false;
cargoBuildFlags = [ "--package tombi-cli" ];
-
cargoHash = "sha256-TlGGkj0YtVp00swQfgjRqmYkKHDBxEUh3e4FYh6vRgk=";
+
cargoHash = "sha256-rq7uuyHCrsSpRUeTiSbsv7HtwJUhMUigyZ2e8JOzEeI=";
postPatch = ''
substituteInPlace Cargo.toml \