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 1505f2e + 7185fed commit d92712bCopy full SHA for d92712b
pkgs/by-name/ru/rustus/package.nix
@@ -12,7 +12,7 @@
12
13
let
14
pname = "rustus";
15
- version = "1.1.2";
+ version = "1.1.3";
16
in
17
rustPlatform.buildRustPackage {
18
inherit pname version;
@@ -21,11 +21,11 @@ rustPlatform.buildRustPackage {
21
owner = "s3rius";
22
repo = "rustus";
23
tag = version;
24
- hash = "sha256-GgivjhgM1jl6fCNO5tPjtQmQl/me8FxXskZ4laTnkVE=";
+ hash = "sha256-ALnb6ICg+TZRuHayhozwJ5+imabgjBYX4W42ydhkzv0=";
25
};
26
27
useFetchCargoVendor = true;
28
- cargoHash = "sha256-dDcdGTtwReplQgkvDjZKvQ71tdTvyXaF2vXWgOd6Eio=";
+ cargoHash = "sha256-df92+gp/DtdHwPxJF89zKHjmVWzfrjnD8wAlrPRyyxk=";
29
30
env.OPENSSL_NO_VENDOR = 1;
31
0 commit comments