Merge pull request #245414 from SuperSandro2000/topgrade

topgrade: 12.0.1 -> 12.0.2
This commit is contained in:
figsoda 2023-07-25 17:27:34 -04:00 committed by GitHub
commit da2665f822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "topgrade"; pname = "topgrade";
version = "12.0.1"; version = "12.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "topgrade-rs"; owner = "topgrade-rs";
repo = "topgrade"; repo = "topgrade";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-H+Vx5yfHKgiUCrk42PMlu+XQsehol6aBLSwCuiBWCrs="; hash = "sha256-PfrtTegJULzPAmKUk/6P9rD+ttPJOhaf2505og64C0Y=";
}; };
cargoHash = "sha256-ixFTkTyPKLeH6VcFAOAwmdc6YrrIpJ8obBwm19tFq3s="; cargoHash = "sha256-S6jSI/KuHocYD2dhg3o1NSyA8Q04Xo215TWl8Y1C7g8=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles