cryptoverif: 2.07 → 2.08pl1
This commit is contained in:
parent
266cab6802
commit
8601deaed1
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cryptoverif";
|
pname = "cryptoverif";
|
||||||
version = "2.07";
|
version = "2.08pl1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://prosecco.gforge.inria.fr/personal/bblanche/cryptoverif/cryptoverif${version}.tar.gz";
|
url = "http://prosecco.gforge.inria.fr/personal/bblanche/cryptoverif/cryptoverif${version}.tar.gz";
|
||||||
hash = "sha256-GXXql4+JZ396BM6W2I3kN0u59xos7UCAtzR0IjMIETY=";
|
hash = "sha256-rmORSZuhds9W2WpNgYf4AJM2jgEUPoJit4G64qLqj5w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Fix up the frontend to load the 'default' cryptoverif library
|
/* Fix up the frontend to load the 'default' cryptoverif library
|
||||||
|
|
Loading…
Reference in a new issue