libpoly: fix src
This commit is contained in:
parent
c6fbd527d0
commit
3238302827
@ -7,8 +7,9 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SRI-CSL";
|
owner = "SRI-CSL";
|
||||||
repo = "libpoly";
|
repo = "libpoly";
|
||||||
rev = "v${version}";
|
# they've pushed to the release branch, use explicit tag
|
||||||
sha256 = "19ddzrir20571zqg720ajqpl59lhpc6c18bp763r6rw68d9zbjch";
|
rev = "refs/tags/v${version}";
|
||||||
|
sha256 = "1n3gijksnl2ybznq4lkwm2428f82423sxq18gnb2g1kiwqlzdaa3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user