Skip to content

Commit 123d1d8

Browse files
authored
Merge pull request #882 from pq-code-package/s2n_main
nix: Use `main` branch of s2n-bignum
2 parents 2b943f9 + 4fa29a5 commit 123d1d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/s2n_bignum/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{ stdenv, fetchFromGitHub, writeText, ... }:
33
stdenv.mkDerivation rec {
44
pname = "s2n_bignum";
5-
version = "7c018f70667310c96ac5d6c27468104117bd51c0";
5+
version = "ea86b7535c49425b149d7ae88809ed97e3697661";
66
src = fetchFromGitHub {
7-
owner = "jargh";
8-
repo = "s2n-bignum-dev";
7+
owner = "awslabs";
8+
repo = "s2n-bignum";
99
rev = "${version}";
10-
hash = "sha256-/Iyz2mnxGSbmte9lT1JbY4WcBmWWrc7tUpZ0HfAUD+4";
10+
hash = "sha256-R5x7UT1flnXtDhZssTH+24fHawFOI8KwFmAAQ+x+Nk0=";
1111
};
1212
setupHook = writeText "setup-hook.sh" ''
1313
export S2N_BIGNUM_DIR="$1"

0 commit comments

Comments
 (0)