mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
isabelle: Correct the 2014 sha value for Linux
This commit is contained in:
parent
5af769fd4e
commit
8d9cd1557b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||
}
|
||||
else fetchurl {
|
||||
url = http://isabelle.in.tum.de/dist/Isabelle2014_linux.tar.gz;
|
||||
sha256 = "0l17s41hwzma0q2glpxrzic8i6mqd9b7awlpwhz0jkli7fj6ny7b";
|
||||
sha256 = "0z81pwwllavka4r57fx6yi9kbpbb9xbanp8dsjix49qpyj2a72jy";
|
||||
};
|
||||
|
||||
buildInputs = [ perl polyml ]
|
||||
|
|
Loading…
Reference in a new issue