Unverified Commit 6e77d59a authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

cimg: 3.5.5 -> 3.6.0 (#435739)

parents d73edafe f813cdf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cimg";
  version = "3.5.5";
  version = "3.6.0";

  src = fetchFromGitHub {
    owner = "GreycLab";
    repo = "CImg";
    tag = "v.${finalAttrs.version}";
    hash = "sha256-vVRdSjrSCprhxraLzZ531zIYXsqbnnxOcoawJddwvgY=";
    hash = "sha256-j4WYdLQvNZAMb+16zO4M24CNKJFTITN9VXa1jFKduOk=";
  };

  outputs = [