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

Commits on Nov 9, 2018

  1. libimagequant: 2.12.1 -> 2.12.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libimagequant/versions
    r-ryantm committed Nov 9, 2018
    Copy the full SHA
    d80d9aa View commit details

Commits on Nov 10, 2018

  1. Merge pull request #50073 from r-ryantm/auto-update/libimagequant

    libimagequant: 2.12.1 -> 2.12.2
    c0bw3b authored Nov 10, 2018
    Copy the full SHA
    1da0163 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libimagequant/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libimagequant/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
with stdenv;

let
version = "2.12.1";
version = "2.12.2";
in
mkDerivation {
name = "libimagequant-${version}";
src = fetchFromGitHub {
owner = "ImageOptim";
repo = "libimagequant";
rev = "${version}";
sha256 = "0r7zgsnhqci2rjilh9bzw43miwp669k6b7q16hdjzrq4nr0xpvbl";
sha256 = "1k61ifcjbp2lcrwqidflj99inkyhpbrw0hl1nzq1rjp5dnw2y5lw";
};

preConfigure = ''