Skip to content

Commit ba436b7

Browse files
authored
focuswriter: 1.8.10 -> 1.8.11 (#387905)
2 parents 9f388bb + 802cc68 commit ba436b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/editors/focuswriter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "focuswriter";
18-
version = "1.8.10";
18+
version = "1.8.11";
1919

2020
src = fetchFromGitHub {
2121
owner = "gottcode";
2222
repo = "focuswriter";
2323
rev = "v${version}";
24-
hash = "sha256-p+0upsmEMkqMRsIcPWq4pelPdlqrzHaNL5PNFtuiecY=";
24+
hash = "sha256-oivhrDF3HikbEtS1cOlHwmQYNYf3IkX+gQGW0V55IWU=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)