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

pentobi: 18.5 -> 19.0
This commit is contained in:
Bobby Rong 2021-12-25 12:17:03 +08:00 committed by GitHub
commit ed424995cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
}:
mkDerivation rec {
version = "18.5";
version = "19.0";
pname = "pentobi";
src = fetchFromGitHub {
owner = "enz";
repo = "pentobi";
rev = "v${version}";
sha256 = "sha256-iVgG2Ee1nJWpuquX2ntFHAJrPA0u9YnutmOC+cMrgZg=";
sha256 = "sha256-2UeGMAYtVsmKUR7Yw5rogGOd/BTY6twAHuVBU5APp20=";
};
nativeBuildInputs = [ cmake docbook_xsl qttools ];