focuswriter: 1.8.13 -> 1.9.0 (#489195)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-10 22:57:52 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "focuswriter";
version = "1.8.13";
version = "1.9.0";
src = fetchFromGitHub {
owner = "gottcode";
repo = "focuswriter";
rev = "v${finalAttrs.version}";
hash = "sha256-lKhgfFPEcipQcW1S2+ntglVacH6dEcGpnNHvwgeVIzI=";
hash = "sha256-wGm+0bB4dxH6PA6993pDZopSMDNVoIHPcQXkdllcjHU=";
};
nativeBuildInputs = [