Update from r1050 to r1056

Tested with:

> ./result/bin/msieve 0xA41006DEFD378B7395B4E2EB1EC9BF56A61CD9C3B5A0A73528521EEB2FB817A7
This commit is contained in:
vegamink 2024-05-14 14:46:15 -05:00 committed by Daniel Schaefer
parent 1f590d440e
commit 1a12a2d879

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "msieve";
version = "r1050";
version = "1056";
src = fetchsvn {
url = "svn://svn.code.sf.net/p/msieve/code/trunk";
rev = "1050";
hash = "sha256-cn6OhE4zhrpB7BFrRdOnucjATbfo5mLkK7O0Usx1quE=";
rev = version;
hash = "sha256-6ErVn4pYPMG5VFjOQURLsHNpN0pGdp55+rjY8988onU=";
};
buildInputs = [ zlib gmp ecm ];