pentobi: 19.0 -> 19.1

This commit is contained in:
R. Ryantm 2022-01-02 06:09:21 +00:00
parent 796af3ddba
commit 5250c11d62

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