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