Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rustus: 0.7.3 -> 0.7.4

authored by happysalada and committed by Yt dfa022d8 1471af01

+3 -3
+3 -3
pkgs/servers/networking/rustus/default.nix
··· 10 11 let 12 pname = "rustus"; 13 - version = "0.7.3"; 14 in 15 rustPlatform.buildRustPackage { 16 inherit pname version; ··· 19 owner = "s3rius"; 20 repo = pname; 21 rev = version; 22 - hash = "sha256-lVNbUCU+D8Q4qDj1xBab6ka4T1ainp/GSgUgdDkprEk="; 23 }; 24 25 - cargoHash = "sha256-ueZIKFnXuhQ4MHZX2e5yJXOyKuzhWOIBJbTbvoeV3m8="; 26 27 env.OPENSSL_NO_VENDOR = 1; 28
··· 10 11 let 12 pname = "rustus"; 13 + version = "0.7.4"; 14 in 15 rustPlatform.buildRustPackage { 16 inherit pname version; ··· 19 owner = "s3rius"; 20 repo = pname; 21 rev = version; 22 + hash = "sha256-RmtkGemFGqvDYd+om/2o4Ki3NWKjJ4/cJ0z40J+L+SY="; 23 }; 24 25 + cargoHash = "sha256-Ayki+hJTyaITOZhiyY8X6d5tR3+CLHZe94zJ9d/Kn4I="; 26 27 env.OPENSSL_NO_VENDOR = 1; 28