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

Commits on Aug 5, 2019

  1. pngpp: 0.2.9 -> 0.2.10

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pngpp/versions
    r-ryantm committed Aug 5, 2019
    Copy the full SHA
    4013492 View commit details

Commits on Aug 10, 2019

  1. Merge pull request #66056 from r-ryantm/auto-update/pngpp

    pngpp: 0.2.9 -> 0.2.10
    marsam authored Aug 10, 2019
    Copy the full SHA
    bec68e1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/png++/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/png++/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ assert docSupport -> doxygen != null;

stdenv.mkDerivation rec {
name = "pngpp-${version}";
version = "0.2.9";
version = "0.2.10";

src = fetchurl {
url = "mirror://savannah/pngpp/png++-${version}.tar.gz";
sha256 = "14c74fsc3q8iawf60m74xkkawkqbhd8k8x315m06qaqjcl2nmg5b";
sha256 = "1qgf8j25r57wjqlnzdkm8ya5x1bmj6xjvapv8f2visqnmcbg52lr";
};

doCheck = true;