Skip to content

Commit be95b44

Browse files
authored
ocamlPackages.higlo: 0.9 -> 0.10.0 (#366802)
2 parents 27e4091 + f68400f commit be95b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/ocaml-modules/higlo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildDunePackage rec {
1010
pname = "higlo";
11-
version = "0.9";
11+
version = "0.10.0";
1212

1313
src = fetchFromGitLab {
1414
domain = "framagit.org";
1515
owner = "zoggy";
1616
repo = "higlo";
1717
rev = version;
18-
hash = "sha256-SaFFzp4FCjVLdMLH6mNIv3HzJbkXJ5Ojbku258LCfLI=";
18+
hash = "sha256-A5Su4+eBOq/WNdY/3EBQ3KqrRQuaCI1x25cEuoZp4Mo=";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)