Unverified Commit 5764ed5a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

focuswriter: 1.8.9 -> 1.8.10 (#382184)

parents a8ad5cd8 df24527b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "focuswriter";
  version = "1.8.9";
  version = "1.8.10";

  src = fetchFromGitHub {
    owner = "gottcode";
    repo = "focuswriter";
    rev = "v${version}";
    hash = "sha256-FFfNjjVwi0bE6oc8LYhXrCKd+nwRQrjWzK5P4DSIIgs=";
    hash = "sha256-p+0upsmEMkqMRsIcPWq4pelPdlqrzHaNL5PNFtuiecY=";
  };

  nativeBuildInputs = [