novelwriter: 2.8 -> 2.8.2

This commit is contained in:
R. Ryantm
2026-01-28 11:52:47 +00:00
parent 95bb827dd6
commit c4a7d42190
+2 -2
View File
@@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "2.8";
version = "2.8.2";
in
python3.pkgs.buildPythonApplication {
pname = "novelwriter";
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
owner = "vkbo";
repo = "novelWriter";
tag = "v${version}";
hash = "sha256-6OIDsmPVbpU90bbj4O2CO5YXNtz0bCrG2ygruxsl9Ec=";
hash = "sha256-VCl0dHnMlmkyGFeLPACi2ZC66ebrDraw+JABNomWP4k=";
};
nativeBuildInputs = [ qt6.wrapQtAppsHook ];