pentobi: 18.4 -> 18.5

This commit is contained in:
R. RyanTM 2021-03-12 09:57:42 +00:00 committed by tomberek
parent 7dd7da5201
commit 243ddc22bf

View file

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