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 { mkDerivation rec {
version = "18.3"; version = "18.4";
pname = "pentobi"; pname = "pentobi";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enz"; owner = "enz";
repo = "pentobi"; repo = "pentobi";
rev = "v${version}"; rev = "v${version}";
sha256 = "9AymvAlXi0zkkcakTR0mC4gmyrweZR4EwlhORkmVshw="; sha256 = "1wawy6s3i4pcc6n6kfspn5b4g957ds0728mgwzw19agp5yyid73b";
}; };
nativeBuildInputs = [ cmake docbook_xsl qttools ]; nativeBuildInputs = [ cmake docbook_xsl qttools ];