topgrade: 16.3.0 -> 16.4.2 (#463503)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-21 02:41:58 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "topgrade";
version = "16.3.0";
version = "16.4.2";
src = fetchFromGitHub {
owner = "topgrade-rs";
repo = "topgrade";
tag = "v${version}";
hash = "sha256-zvw3YLYe1ffPhoCs8tsIcY0sqNTJW4JZscswtP6a5po=";
hash = "sha256-ugRzrdm83e5ihsOkJmOFjLnmx1+icAndqWm5j3gH3qI=";
};
cargoHash = "sha256-dbRIHabvOlrHq/v3kd1dnA/pese3jRYUUKiSXGU3YvY=";
cargoHash = "sha256-TUoRSGpSDCKJsC0XyvdjMEq1MiERyQQoAdIsEqotAKc=";
nativeBuildInputs = [
installShellFiles