Skip to content

Commit 99f0ce1

Browse files
novelwriter: 2.6 -> 2.6.1 (#379206)
Co-authored-by: pluiedev <[email protected]>
2 parents aabfcbd + f4828c6 commit 99f0ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/no/novelwriter/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nix-update-script,
88
}:
99
let
10-
version = "2.6";
10+
version = "2.6.1";
1111
in
1212
python3.pkgs.buildPythonApplication {
1313
pname = "novelwriter";
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication {
1818
owner = "vkbo";
1919
repo = "novelWriter";
2020
rev = "v${version}";
21-
hash = "sha256-eQ0az+4SEpf07rlCHGvK8Fp8ECimpTblWNlxwANNisE=";
21+
hash = "sha256-z2iDRTWiqdjEpqCn4pNthNFl/zGGoVLU/XsRJaQ3Ys4=";
2222
};
2323

2424
nativeBuildInputs = [ qt5.wrapQtAppsHook ];

0 commit comments

Comments
 (0)