lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "ocamlPackages.twt: update from 0.93.2 to 0.931"

This reverts commit 684a9e22a15cccbe3f4b3b3632520b4c59e6c877.

+3 -3
+3 -3
pkgs/development/ocaml-modules/twt/default.nix
··· 1 1 {stdenv, fetchurl, ocaml, findlib }: 2 2 3 3 stdenv.mkDerivation { 4 - name = "ocaml-twt-0.931"; 4 + name = "ocaml-twt-0.93.2"; 5 5 6 6 src = fetchurl { 7 - url = https://github.com/mlin/twt/archive/v0.931.tar.gz; 8 - sha256 = "0hbd4zzjwbzlhv6vcn27al236l0d0mg0jfknywdidxdxwnmd3aj2"; 7 + url = https://github.com/mlin/twt/archive/v0.93.2.tar.gz; 8 + sha256 = "aec091fbd1e6c4d252cf9664237418b4bc8c7d6b7a17475589be78365397e768"; 9 9 }; 10 10 11 11 buildInputs = [ ocaml findlib ];