We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b943f9 + 4fa29a5 commit 123d1d8Copy full SHA for 123d1d8
nix/s2n_bignum/default.nix
@@ -2,12 +2,12 @@
2
{ stdenv, fetchFromGitHub, writeText, ... }:
3
stdenv.mkDerivation rec {
4
pname = "s2n_bignum";
5
- version = "7c018f70667310c96ac5d6c27468104117bd51c0";
+ version = "ea86b7535c49425b149d7ae88809ed97e3697661";
6
src = fetchFromGitHub {
7
- owner = "jargh";
8
- repo = "s2n-bignum-dev";
+ owner = "awslabs";
+ repo = "s2n-bignum";
9
rev = "${version}";
10
- hash = "sha256-/Iyz2mnxGSbmte9lT1JbY4WcBmWWrc7tUpZ0HfAUD+4";
+ hash = "sha256-R5x7UT1flnXtDhZssTH+24fHawFOI8KwFmAAQ+x+Nk0=";
11
};
12
setupHook = writeText "setup-hook.sh" ''
13
export S2N_BIGNUM_DIR="$1"
0 commit comments