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

Commits on Mar 29, 2018

  1. libgringotts: 1.1.2 -> 1.2.1

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/libgringotts/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 1.2.1 with grep in /nix/store/9z57bh8m3wr1fjaksavpyjr8y9xanf0l-libgringotts-1.2.1
    - directory tree listing: https://gist.github.com/6efcd3f0105df20d27e52a1f3e69b142
    ryantm committed Mar 29, 2018
    Copy the full SHA
    dd33193 View commit details
  2. Merge pull request #38082 from ryantm/auto-update/libgringotts

    libgringotts: 1.1.2 -> 1.2.1
    pSub authored Mar 29, 2018
    Copy the full SHA
    cef9812 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/libgringotts/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libgringotts/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libgringotts-${version}";
version = "1.1.2";
version = "1.2.1";

src = fetchurl {
url = "http://libgringotts.sourceforge.net/current/${name}.tar.bz2";
sha256 = "1bzfnpf2gwc2bisbrw06s63g9z9v4mh1n9ksqr6pbgj2prz7bvlk";
url = "https://sourceforge.net/projects/gringotts.berlios/files/${name}.tar.bz2";
sha256 = "1ldz1lyl1aml5ci1mpnys8dg6n7khpcs4zpycak3spcpgdsnypm7";
};

nativeBuildInputs = [ pkgconfig ];