ocamlPackages.safepass: 3.0 → 3.1

This commit is contained in:
Vincent Laporte 2021-04-08 07:12:49 +02:00 committed by Vincent Laporte
parent c906464396
commit fd75d3b722

View file

@ -2,13 +2,15 @@
buildDunePackage rec {
pname = "safepass";
version = "3.0";
version = "3.1";
useDune2 = true;
src = fetchFromGitHub {
owner = "darioteixeira";
repo = "ocaml-safepass";
rev = "v${version}";
sha256 = "0i127gs9x23wzwa1q3dxa2j6hby07hvxdg1c98fc3j09rg6vy2bs";
sha256 = "1cwslwdb1774lfmhcclj9kymvidbcpjx1vp16jnjirqdqgl4zs5q";
};
meta = {