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: c11dd7afad8b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 136f879ca654
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 9, 2020

  1. nuspell: 3.0.0 -> 3.1.0

    r-ryantm committed Apr 9, 2020
    Copy the full SHA
    054c211 View commit details
  2. Merge pull request #84778 from r-ryantm/auto-update/nuspell

    nuspell: 3.0.0 -> 3.1.0
    marsam authored Apr 9, 2020
    Copy the full SHA
    136f879 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/nuspell/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nuspell/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "nuspell";
version = "3.0.0";
version = "3.1.0";

src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "1cyvvf5f92a777qgh00ja43z43j5nhc9dw5l3wvw9j6j9bqc4i8p";
sha256 = "19mwjg5mz645i4ijhx93rqbcim14ca6nczymr20p0z0pn5mx5p18";
};

nativeBuildInputs = [ cmake pkgconfig ronn ];