update xlog
This commit is contained in:
parent
3c1747d70d
commit
38ebece75f
|
@ -8,12 +8,12 @@
|
||||||
}:
|
}:
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "xlog";
|
pname = "xlog";
|
||||||
version = "0.0.2";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.lain.faith/haskal/xlog.git";
|
url = "https://git.lain.faith/haskal/xlog.git";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Su1Udp7ICrMuD7D8TtyuNnfwTBK5ZefFk89miqwrxDc=";
|
hash = "sha256-m+eIil9ChU+/TqCnBvVc/yOrfvQGmeDL7qoa7+v7fHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
minimalOcamlVersion = "5.1";
|
minimalOcamlVersion = "5.1";
|
||||||
|
|
Loading…
Reference in New Issue