ocamlPackages.lun: 0.0.2 → 0.0.3

This commit is contained in:
R. Ryantm
2026-06-11 15:39:55 +02:00
committed by Vincent Laporte
parent e3a68d7778
commit 5f8241dcd9
@@ -6,13 +6,13 @@
buildDunePackage (finalAttrs: {
pname = "lun";
version = "0.0.2";
version = "0.0.3";
minimalOCamlVersion = "4.12.0";
src = fetchurl {
url = "https://github.com/robur-coop/lun/releases/download/v${finalAttrs.version}/lun-${finalAttrs.version}.tbz";
hash = "sha256-1oqjTXY+/jJT1uQOV6iiK9qV9DAmERYsL2BtentmB8I=";
hash = "sha256-d/LIzil/ecCQffPyk2e7Iy6zOD9sfOhk2jsSLENUp0U=";
};
meta = {