update xlog

This commit is contained in:
xenia 2024-09-24 01:23:19 -04:00
parent 3c1747d70d
commit 38ebece75f
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
}:
buildDunePackage rec {
pname = "xlog";
version = "0.0.2";
version = "0.1.0";
src = fetchgit {
url = "https://git.lain.faith/haskal/xlog.git";
rev = version;
hash = "sha256-Su1Udp7ICrMuD7D8TtyuNnfwTBK5ZefFk89miqwrxDc=";
hash = "sha256-m+eIil9ChU+/TqCnBvVc/yOrfvQGmeDL7qoa7+v7fHo=";
};
minimalOcamlVersion = "5.1";