Merge pull request #250940 from r-ryantm/auto-update/PageEdit

PageEdit: 1.9.20 -> 2.0.0
This commit is contained in:
Weijia Wang 2023-08-29 21:56:02 +02:00 committed by GitHub
commit 068c9a72fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pageedit";
version = "1.9.20";
version = "2.0.0";
src = fetchFromGitHub {
owner = "Sigil-Ebook";
repo = pname;
rev = version;
hash = "sha256-naoflFANeMwabbdrNL3+ndvEXYT4Yqf+Mo77HcCexHE=";
hash = "sha256-zwOSt1eyvuuqfQ1G2bCB4yj6GgixFRc2FLOgcCrdg3Q=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook qttools ];