PageEdit: 1.9.20 -> 2.0.0

+2 -2
+2 -2
pkgs/applications/office/PageEdit/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pageedit"; 5 - version = "1.9.20"; 6 7 src = fetchFromGitHub { 8 owner = "Sigil-Ebook"; 9 repo = pname; 10 rev = version; 11 - hash = "sha256-naoflFANeMwabbdrNL3+ndvEXYT4Yqf+Mo77HcCexHE="; 12 }; 13 14 nativeBuildInputs = [ cmake qttranslations wrapQtAppsHook ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pageedit"; 5 + version = "2.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "Sigil-Ebook"; 9 repo = pname; 10 rev = version; 11 + hash = "sha256-zwOSt1eyvuuqfQ1G2bCB4yj6GgixFRc2FLOgcCrdg3Q="; 12 }; 13 14 nativeBuildInputs = [ cmake qttranslations wrapQtAppsHook ];