Merge pull request #120166 from r-ryantm/auto-update/clevis

clevis: 16 -> 18
This commit is contained in:
Luke Granger-Brown
2021-05-01 18:48:58 +01:00
committed by GitHub

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 ];