Skip to content

Commit 7d5cd42

Browse files
topgrade: 16.0.2 -> 16.0.3 (#395744)
2 parents 2304798 + f506b4e commit 7d5cd42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/topgrade/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "topgrade";
14-
version = "16.0.2";
14+
version = "16.0.3";
1515

1616
src = fetchFromGitHub {
1717
owner = "topgrade-rs";
1818
repo = "topgrade";
1919
rev = "v${version}";
20-
hash = "sha256-0wJxBFGPjJReWoeeKpHEsKaB3npR8nf7Uw8BgPQ+ccs=";
20+
hash = "sha256-TLeShvDdVqFBIStdRlgF1Zmi8FwS9pmeQ9qOu63nq/E=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-/sN5Vl1Co2VYnG2vN170Q3hAbOYhJSvLawJDFytz+ho=";
24+
cargoHash = "sha256-Tu4exuUhsk9hGDreQWkPrYvokZh0z6DQSQnREO40Qwc=";
2525

2626
nativeBuildInputs = [
2727
installShellFiles

0 commit comments

Comments
 (0)