1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocamlPackages.mccs: 1.1+17 -> 1.1+18

This commit is contained in:
R. Ryantm 2024-08-21 13:31:24 +00:00 committed by Weijia Wang
parent 625941e1a9
commit e4973c6bdf

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "mccs";
version = "1.1+17";
version = "1.1+18";
src = fetchFromGitHub {
owner = "AltGr";
repo = "ocaml-mccs";
rev = version;
hash = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U=";
hash = "sha256-Swfqq7O5KASf1nkK/lgIO9byWDUv1FiWh8cNULF7wfI=";
};
propagatedBuildInputs = [