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

Commits on Jun 1, 2019

  1. cimg: 2.5.7 -> 2.6.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/cimg/versions
    r-ryantm committed Jun 1, 2019
    Copy the full SHA
    8b22efb View commit details
  2. Merge pull request #62376 from r-ryantm/auto-update/cimg

    cimg: 2.5.7 -> 2.6.4
    worldofpeace authored Jun 1, 2019
    Copy the full SHA
    37e6615 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/cimg/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cimg/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {

name = "cimg-${version}";
version = "2.5.7";
version = "2.6.4";

src = fetchurl {
url = "http://cimg.eu/files/CImg_${version}.zip";
sha256 = "155mmxrd2gm81v4ayff43xhi341ivqfpx2n6x9imldkr35hchzvm";
sha256 = "0hvr030588jnm5s8zgxvhkg13al83dy6273rbdi801cmgfcwxq29";
};

nativeBuildInputs = [ unzip ];