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

Commits on Jan 26, 2020

  1. gspell: 1.8.2 -> 1.8.3

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    94dc9a9 View commit details

Commits on Jan 30, 2020

  1. Merge pull request #78581 from r-ryantm/auto-update/gspell

    gspell: 1.8.2 -> 1.8.3
    worldofpeace authored Jan 30, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    baee449 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/gspell/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gspell/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "gspell";
version = "1.8.2";
version = "1.8.3";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv";
sha256 = "1s1dns070pz8dg04ppshdbx1r86n9406vkxcfs8hdghn0bfi9ras";
};

propagatedBuildInputs = [ enchant2 ]; # required for pkgconfig