Merge pull request #105318 from r-ryantm/auto-update/pentobi

pentobi: 18.3 -> 18.4
This commit is contained in:
Sandro 2020-11-29 06:16:32 +01:00 committed by GitHub
commit 522d770b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
}:
mkDerivation rec {
version = "18.3";
version = "18.4";
pname = "pentobi";
src = fetchFromGitHub {
owner = "enz";
repo = "pentobi";
rev = "v${version}";
sha256 = "9AymvAlXi0zkkcakTR0mC4gmyrweZR4EwlhORkmVshw=";
sha256 = "1wawy6s3i4pcc6n6kfspn5b4g957ds0728mgwzw19agp5yyid73b";
};
nativeBuildInputs = [ cmake docbook_xsl qttools ];