ocamlPackages.lru: 0.3.0 → 0.3.1

This commit is contained in:
Vincent Laporte 2022-12-10 13:10:17 +01:00 committed by Vincent Laporte
parent 77e7586bf6
commit d067d5279f

View file

@ -2,13 +2,11 @@
buildDunePackage rec {
pname = "lru";
version = "0.3.0";
useDune2 = true;
version = "0.3.1";
src = fetchurl {
url = "https://github.com/pqwy/lru/releases/download/v${version}/lru-v${version}.tbz";
sha256 = "1ab9rd7cq15ml8x0wjl44wy99h5z7x4g9vkkz4i2d7n84ghy7vw4";
url = "https://github.com/pqwy/lru/releases/download/v${version}/lru-${version}.tbz";
hash = "sha256-bL4j0np9WyRPhpwLiBQNR/cPQTpkYu81wACTJdSyNv0=";
};
propagatedBuildInputs = [ psq ];