topgrade: 16.0.0 -> 16.0.1

https://github.com/topgrade-rs/topgrade/releases/tag/v16.0.1
This commit is contained in:
jfvillablanca 2024-10-11 15:35:18 +08:00
parent d69615d2d2
commit d4901f792e

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "topgrade";
version = "16.0.0";
version = "16.0.1";
src = fetchFromGitHub {
owner = "topgrade-rs";
repo = "topgrade";
rev = "v${version}";
hash = "sha256-MYilhVUaf5+gsRNv3tJm5UL8mH2T49r8jLPkd4vHRTw=";
hash = "sha256-/zSr6PEtfzLI/c32KrBlfHPja34T5DyiiR5a1/GDH/0=";
};
cargoHash = "sha256-RP86Wk4rsM6MBH6zAiZ5JqQhkm0HCEMFrUj9ULqB978=";
cargoHash = "sha256-ANmVdT0irhD3d6E4yNBOWqex3ApdfWgmQHxhGKsI4jA=";
nativeBuildInputs = [
installShellFiles