Skip to content

Commit

Permalink
Merge pull request #90508 from r-ryantm/auto-update/cimg
Browse files Browse the repository at this point in the history
cimg: 2.9.0 -> 2.9.1
  • Loading branch information
AndersonTorres authored Jun 18, 2020
2 parents c4a797d + 482a91e commit c04e955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cimg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "cimg";
version = "2.9.0";
version = "2.9.1";

src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
sha256 = "1x43c1w2kzr6h3j7y3kwiwb7nba0iymck6bq9psvp53mh9xxrfd1";
sha256 = "0vl7dscbms4834gm1000sp17pr714pbqwicn40pbl85mxr3pnjp3";
};

installPhase = ''
Expand Down

0 comments on commit c04e955

Please sign in to comment.