mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.mccs: 1.1+17 -> 1.1+18
This commit is contained in:
parent
625941e1a9
commit
e4973c6bdf
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "mccs";
|
pname = "mccs";
|
||||||
version = "1.1+17";
|
version = "1.1+18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AltGr";
|
owner = "AltGr";
|
||||||
repo = "ocaml-mccs";
|
repo = "ocaml-mccs";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U=";
|
hash = "sha256-Swfqq7O5KASf1nkK/lgIO9byWDUv1FiWh8cNULF7wfI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user