Skip to content

Commit cc5491d

Browse files
committedSep 13, 2017
proverif: 1.95 -> 1.97pl1
1 parent 4cbe7bd commit cc5491d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/science/logic/proverif/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "proverif-${version}";
5-
version = "1.95";
5+
version = "1.97pl1";
66

77
src = fetchurl {
88
url = "http://prosecco.gforge.inria.fr/personal/bblanche/proverif/proverif${version}.tar.gz";
9-
sha256 = "01viwi6sccdxk723ycy1shklz8g29j5i3wj2mcwb3j7advvqmws2";
9+
sha256 = "1b0ji68crdli40a4z62gdq6fnygj3z2j63iaq4jki7wfc3nn3vgq";
1010
};
1111

1212
buildInputs = [ ocaml ];

0 commit comments

Comments
 (0)
Please sign in to comment.