1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rustus: 0.7.4 -> 0.7.6

https://github.com/s3rius/rustus/releases/tag/0.7.6
This commit is contained in:
happysalada 2023-11-09 21:04:55 +01:00 committed by Yt
parent 34d8f8d6f8
commit f3565a2c08

View file

@ -10,7 +10,7 @@
let
pname = "rustus";
version = "0.7.4";
version = "0.7.6";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "s3rius";
repo = pname;
rev = version;
hash = "sha256-RmtkGemFGqvDYd+om/2o4Ki3NWKjJ4/cJ0z40J+L+SY=";
hash = "sha256-osxdqwNUONCScFarpQV48C7CR1DVR/mCttaglqiAKPo=";
};
cargoHash = "sha256-Ayki+hJTyaITOZhiyY8X6d5tR3+CLHZe94zJ9d/Kn4I=";
cargoHash = "sha256-M0mJ+9VznzHDmdKAsT3YamyG/P0JF8oPeVHaX44NWM4=";
env.OPENSSL_NO_VENDOR = 1;