ocamlPackages.psmt2-frontend: 0.1 -> 0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-psmt2-frontend/versions
This commit is contained in:
parent
6dc46f3f01
commit
17711be1ab
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@ then throw "psmt2-frontend is not available for OCaml ${ocaml.version}"
|
|||
else
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.1";
|
||||
version = "0.2";
|
||||
name = "ocaml${ocaml.version}-psmt2-frontend-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Coquera";
|
||||
repo = "psmt2-frontend";
|
||||
rev = version;
|
||||
sha256 = "0k7jlsbkdyg7hafmvynp0ik8xk7mfr00wz27vxn4ncnmp20yz4vn";
|
||||
sha256 = "097zmbrx4gp2gnrxdmsm9lkkp5450gwi0blpxqy3833m6k5brx3n";
|
||||
};
|
||||
|
||||
prefixKey = "-prefix ";
|
||||
|
|
Loading…
Reference in a new issue