Skip to content

Commit

Permalink
secp256k1: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2023
1 parent 473d7ae commit d8854a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/secp256k1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "secp256k1";

version = "0.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "secp256k1";
rev = "refs/tags/v${version}";
sha256 = "sha256-KNEOEwxeCQybFdUFfItEF5KoZ/fZ/mahFU1LSlRyHZE=";
sha256 = "sha256-atq34GnWkSkWTWxZP4PCSF3hIjGFhQ534E+WUtLRkiM=";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit d8854a4

Please sign in to comment.