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
1 changed files with 2 additions and 2 deletions

View File

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