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 { mkDerivation rec {
version = "19.0"; version = "19.1";
pname = "pentobi"; pname = "pentobi";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enz"; owner = "enz";
repo = "pentobi"; repo = "pentobi";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-2UeGMAYtVsmKUR7Yw5rogGOd/BTY6twAHuVBU5APp20="; sha256 = "sha256-opJPMvaE8fDoGaBNHySqr/LRU/UPP6292G+nYyBBL08=";
}; };
nativeBuildInputs = [ cmake docbook_xsl qttools ]; nativeBuildInputs = [ cmake docbook_xsl qttools ];