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

pentobi: 19.0 -> 19.1
This commit is contained in:
markuskowa 2022-01-03 10:24:12 +01:00 committed by GitHub
commit 2cd70d1316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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