Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5974b51d530
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f9d46b68a56
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 19, 2019

  1. focuswriter: 1.7.2 -> 1.7.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/focuswriter/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    467c3fa View commit details
  2. Copy the full SHA
    dd49b44 View commit details
  3. Merge pull request #66873 from r-ryantm/auto-update/focuswriter

    focuswriter: 1.7.2 -> 1.7.3
    mmahut authored Aug 19, 2019
    Copy the full SHA
    4f9d46b View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/editors/focuswriter/default.nix
10 changes: 5 additions & 5 deletions pkgs/applications/editors/focuswriter/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia }:
{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia, mkDerivation }:

stdenv.mkDerivation rec {
name = "focuswriter-${version}";
version = "1.7.2";
mkDerivation rec {
pname = "focuswriter";
version = "1.7.3";

src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "1qsfcrscm3s0h7wcl6qn8zi0irr70zdacjxsdk73kpk1dhl2j85k";
sha256 = "155wf7z1g2yx6fb41w29kcb0m2rhnk9ci5yw882yy86s4x20b1jq";
};

nativeBuildInputs = [ pkgconfig qmake qttools ];