Skip to content

Commit

Permalink
Merge pull request NixOS#320894 from r-ryantm/auto-update/novelwriter
Browse files Browse the repository at this point in the history
novelwriter: 2.4.3 -> 2.4.4
  • Loading branch information
NickCao committed Jun 19, 2024
2 parents e8fac75 + 45f9437 commit 0c1ec74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/no/novelwriter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "2.4.3";
version = "2.4.4";
in
python3.pkgs.buildPythonApplication {
pname = "novelwriter";
Expand All @@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
owner = "vkbo";
repo = "novelWriter";
rev = "v${version}";
hash = "sha256-PuoI/2JnbOFuSDTY3uDrySqPl/MGYna+QvSI7WQ8QMk=";
hash = "sha256-vYvrSRQTp/8jcCQIL6HgxdSJwogiPJKfVO+9hhK6emc=";
};

nativeBuildInputs = [ qt5.wrapQtAppsHook ];
Expand Down

0 comments on commit 0c1ec74

Please sign in to comment.