legba: 0.8.0 -> 0.9.0

This commit is contained in:
Mikael Fangel 2024-05-28 15:12:49 +02:00
parent 640a41d130
commit 89914ad41b
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "legba";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "legba";
rev = "v${version}";
hash = "sha256-yevQEbDuVaSsSfA3ug9rDeWtGjMvS+uD7qHguRVt4sg=";
hash = "sha256-emj2N3S26Nm0UiHGZIraCJN07rJNOMvdWRoUbHneknY=";
};
cargoHash = "sha256-UBt4FP5zW+dijneHNaFJ80Ui5R+m+8aSwHTcqKDeEVg=";
cargoHash = "sha256-viDfJ214Zf5segjrLSTbHav5T5e219NAF+MvuPow+JQ=";
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ openssl.dev samba ];