rustus: 0.7.3 -> 0.7.4
This commit is contained in:
parent
1471af0169
commit
dfa022d879
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "rustus";
|
pname = "rustus";
|
||||||
version = "0.7.3";
|
version = "0.7.4";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "s3rius";
|
owner = "s3rius";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-lVNbUCU+D8Q4qDj1xBab6ka4T1ainp/GSgUgdDkprEk=";
|
hash = "sha256-RmtkGemFGqvDYd+om/2o4Ki3NWKjJ4/cJ0z40J+L+SY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-ueZIKFnXuhQ4MHZX2e5yJXOyKuzhWOIBJbTbvoeV3m8=";
|
cargoHash = "sha256-Ayki+hJTyaITOZhiyY8X6d5tR3+CLHZe94zJ9d/Kn4I=";
|
||||||
|
|
||||||
env.OPENSSL_NO_VENDOR = 1;
|
env.OPENSSL_NO_VENDOR = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue