lol
0
fork

Configure Feed

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

topkg: 1.0.3 -> 1.0.5

+4 -1
+4 -1
pkgs/development/ocaml-modules/topkg/default.nix
··· 9 9 10 10 let 11 11 param = 12 - if lib.versionAtLeast ocaml.version "4.03" then { 12 + if lib.versionAtLeast ocaml.version "4.05" then { 13 + version = "1.0.5"; 14 + sha256 = "sha256-RSCCYm5lGsSxYzwrSuTK16vrH7ahMEbmmfle7Fi10cc="; 15 + } else if lib.versionAtLeast ocaml.version "4.03" then { 13 16 version = "1.0.3"; 14 17 sha256 = "0b77gsz9bqby8v77kfi4lans47x9p2lmzanzwins5r29maphb8y6"; 15 18 } else {