novelwriter: 2.4.4 -> 2.5.1

This commit is contained in:
Leah Amelia Chen 2024-07-31 16:15:07 +08:00
parent 6952047399
commit f4916f0c3a
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "2.4.4";
version = "2.5.1";
in
python3.pkgs.buildPythonApplication {
pname = "novelwriter";
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
owner = "vkbo";
repo = "novelWriter";
rev = "v${version}";
hash = "sha256-vYvrSRQTp/8jcCQIL6HgxdSJwogiPJKfVO+9hhK6emc=";
hash = "sha256-DgeDAPE5IkZtzi+Xq2BpGfpgTRonzNjaa1NTcwnqdNo=";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];