We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2304798 + f506b4e commit 7d5cd42Copy full SHA for 7d5cd42
pkgs/tools/misc/topgrade/default.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "topgrade";
14
- version = "16.0.2";
+ version = "16.0.3";
15
16
src = fetchFromGitHub {
17
owner = "topgrade-rs";
18
repo = "topgrade";
19
rev = "v${version}";
20
- hash = "sha256-0wJxBFGPjJReWoeeKpHEsKaB3npR8nf7Uw8BgPQ+ccs=";
+ hash = "sha256-TLeShvDdVqFBIStdRlgF1Zmi8FwS9pmeQ9qOu63nq/E=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-/sN5Vl1Co2VYnG2vN170Q3hAbOYhJSvLawJDFytz+ho=";
+ cargoHash = "sha256-Tu4exuUhsk9hGDreQWkPrYvokZh0z6DQSQnREO40Qwc=";
25
26
nativeBuildInputs = [
27
installShellFiles
0 commit comments