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 (#336327)

This commit is contained in:
Weijia Wang 2024-09-11 01:02:10 +02:00 committed by GitHub
commit 7603fd7f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [