ocamlPackages.sel: 0.6.0 -> 0.7.0 (#416450)

authored by Wolfgang Walther and committed by GitHub 849aea7e 4139e922

+2 -2
+2 -2
pkgs/development/ocaml-modules/sel/default.nix
··· 8 8 9 9 buildDunePackage rec { 10 10 pname = "sel"; 11 - version = "0.6.0"; 11 + version = "0.7.0"; 12 12 13 13 minimalOCamlVersion = "4.07"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/gares/sel/releases/download/v${version}/sel-${version}.tbz"; 17 - hash = "sha256-AUnO7PZ7fAuyFQnHzeb7buLbSpfZw1NSywaMurjAqDM="; 17 + hash = "sha256-1EJW9QogROoi0704v8/Wf8gIws/uEm05E0adv3eRDzI="; 18 18 }; 19 19 20 20 buildInputs = [