emiluaPlugins.secp256k1: 0.5.0 -> 0.5.1

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2025-02-28 20:20:46 -03:00
parent d450922873
commit fab6de0e0d

View File

@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "emilua-secp256k1";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitLab {
owner = "emilua";
repo = "secp256k1";
rev = "v${version}";
hash = "sha256-xbyDKxuU03U0k4YSD7Sahw2Z4ZSpQHwrpWcSN0F5CCw=";
hash = "sha256-u3o6kE1HykxH2KbrJmNTDz9IbT+e26Vxze5RzvfCfVA=";
};
buildInputs = [