Loading pkgs/by-name/to/tombi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "tombi"; version = "0.7.7"; version = "0.7.9"; src = fetchFromGitHub { owner = "tombi-toml"; repo = "tombi"; tag = "v${finalAttrs.version}"; hash = "sha256-l0h6J0xJBVviizYIuW7tkj9Hn4P72n9ivtyWmlKcG+4="; hash = "sha256-JjqImFAffkK84Kq65L+ig7YkLR82P599d4clqR1hSCw="; }; # Tests relies on the presence of network doCheck = false; cargoBuildFlags = [ "--package tombi-cli" ]; cargoHash = "sha256-anKKNX43rfvBSrurW8TbvYZHhkfGKussiFUtiLFBlW8="; cargoHash = "sha256-TCUEhUDFI4HccFZCzyjU9KaN05b86XeNSuyD7WZhyLs="; postPatch = '' substituteInPlace Cargo.toml \ Loading Loading
pkgs/by-name/to/tombi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "tombi"; version = "0.7.7"; version = "0.7.9"; src = fetchFromGitHub { owner = "tombi-toml"; repo = "tombi"; tag = "v${finalAttrs.version}"; hash = "sha256-l0h6J0xJBVviizYIuW7tkj9Hn4P72n9ivtyWmlKcG+4="; hash = "sha256-JjqImFAffkK84Kq65L+ig7YkLR82P599d4clqR1hSCw="; }; # Tests relies on the presence of network doCheck = false; cargoBuildFlags = [ "--package tombi-cli" ]; cargoHash = "sha256-anKKNX43rfvBSrurW8TbvYZHhkfGKussiFUtiLFBlW8="; cargoHash = "sha256-TCUEhUDFI4HccFZCzyjU9KaN05b86XeNSuyD7WZhyLs="; postPatch = '' substituteInPlace Cargo.toml \ Loading