novelwriter: 2.6.1 -> 2.6.3 (#383020)

Co-authored-by: pluiedev <hi@pluie.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-18 08:57:55 +00:00
committed by GitHub
co-authored by pluiedev
+2 -2
View File
@@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "2.6.1";
version = "2.6.3";
in
python3.pkgs.buildPythonApplication {
pname = "novelwriter";
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
owner = "vkbo";
repo = "novelWriter";
rev = "v${version}";
hash = "sha256-z2iDRTWiqdjEpqCn4pNthNFl/zGGoVLU/XsRJaQ3Ys4=";
hash = "sha256-262YMVqxSZv8G82amdRnHiW/5gnxkYyFSQDiS5gOdBE=";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];