Skip to content

Commit

Permalink
Merge pull request #98437 from AndersonTorres/cimg-upload
Browse files Browse the repository at this point in the history
cimg: 2.9.1 -> 2.9.2
  • Loading branch information
AndersonTorres committed Sep 22, 2020
2 parents 2c59159 + 4c4217b commit d97a509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cimg/default.nix
Expand Up @@ -2,13 +2,13 @@

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

src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
sha256 = "0vl7dscbms4834gm1000sp17pr714pbqwicn40pbl85mxr3pnjp3";
sha256 = "sha256-7v8651yDkxTdRMoGhEl4d/k7mxYwfIwW/rkuyjqVGwY=";
};

installPhase = ''
Expand Down

0 comments on commit d97a509

Please sign in to comment.