feat: Update zeronsd

This commit is contained in:
uttarayan21
2025-05-06 11:38:34 +05:30
parent b19bd43549
commit 77d36e4d8b
5 changed files with 161 additions and 23 deletions

View File

@@ -136,17 +136,12 @@
};
};
zeronsd = let
src = final.pkgs.fetchFromGitHub {
owner = "uttarayan21";
repo = "zeronsd";
rev = "6690ef46ef3dc112ab2c378d96af717e850f699f";
sha256 = "sha256-Vpz9iNsBvUFjmXgwbv0aGtG6dHWTtgIS8vrT9wHfZpA=";
};
src = inputs.zeronsd;
in
final.rustPlatform.buildRustPackage {
inherit src;
pname = "zeronsd";
version = "0.5.2";
version = "0.6";
strictDeps = true;
buildInputs = [final.pkgs.openssl];