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

Commits on Jun 17, 2019

  1. glib-networking: 2.60.2 -> 2.60.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/glib-networking/versions
    r-ryantm committed Jun 17, 2019
    Copy the full SHA
    105d8b8 View commit details

Commits on Jun 18, 2019

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

    glib-networking: 2.60.2 -> 2.60.3
    worldofpeace authored Jun 18, 2019
    Copy the full SHA
    467fdb3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/glib-networking/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glib-networking/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@

let
pname = "glib-networking";
version = "2.60.2";
version = "2.60.3";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs