clevis: 16 -> 18

This commit is contained in:
R. RyanTM 2021-04-22 07:38:12 +00:00
parent ca79e14afe
commit 9d91c85584

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "clevis";
version = "16";
version = "18";
src = fetchFromGitHub {
owner = "latchset";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DWrxk+Nb2ptF5nCaXYvRY8hAFa/n+6OGdKWO+Sq61yk=";
sha256 = "sha256-m1UhyjD5ydSgCTBu6sECLlxFx0rnQxFnBA7frbdUqU8=";
};
nativeBuildInputs = [ meson ninja pkg-config asciidoc ];