ocamlPackages.ppx_irmin: 3.9.0 -> 3.10.0
This commit is contained in:
committed by
Vincent Laporte
parent
1c71253d6f
commit
295b5212fe
@@ -9,11 +9,11 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_irmin";
|
||||
version = "3.9.0";
|
||||
version = "3.10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/irmin/releases/download/${version}/irmin-${version}.tbz";
|
||||
hash = "sha256-jgc6vhtf+1ttWMMmBsnX2rwyxTUBdWvoCpLtR3etUaA=";
|
||||
hash = "sha256-kqneegoqNcL+ugw1qAax8N8kwcDRUWTuvz+RkpbSZxU=";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.10";
|
||||
|
||||
Reference in New Issue
Block a user