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

Commits on May 21, 2020

  1. glib: 2.64.1 -> 2.64.3

    r-ryantm committed May 21, 2020
    Copy the full SHA
    c174be1 View commit details

Commits on May 25, 2020

  1. Merge pull request #88528 from r-ryantm/auto-update/glib

    glib: 2.64.1 -> 2.64.3
    7c6f434c authored May 25, 2020
    Copy the full SHA
    99226ad View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/glib/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glib/default.nix
Original file line number Diff line number Diff line change
@@ -48,11 +48,11 @@ in

stdenv.mkDerivation rec {
pname = "glib";
version = "2.64.1";
version = "2.64.3";

src = fetchurl {
url = "mirror://gnome/sources/glib/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1ixvjmsrj45xq9bq3chhj98jhgcsqa08v627mjx6sjxlph1pd5hp";
sha256 = "08pbgiv5m3rica4ydvwvpq5mrxbyswx7l1jzjc2ch52xjabvr77y";
};

patches = optionals stdenv.isDarwin [