ocamlPackages.routes: 1.0.0 → 2.0.0

This commit is contained in:
Vincent Laporte 2023-03-15 06:39:29 +01:00
parent c5887df742
commit 6e0a772558
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,14 +2,14 @@
buildDunePackage rec {
pname = "routes";
version = "1.0.0";
version = "2.0.0";
useDune2 = true;
duneVersion = "3";
minimalOCamlVersion = "4.05";
src = fetchurl {
url = "https://github.com/anuragsoni/routes/releases/download/${version}/routes-${version}.tbz";
sha256 = "sha256-WSlASDTA1UX+NhW38/XuLkOkdwjIxz0OUkX6Nd2iROg=";
hash = "sha256-O2KdaYwrAOUEwTtM14NUgGNxnc8BWAycP1EEuB6w1og=";
};
meta = with lib; {