Unverified Commit e4a654ea authored by Lily Foster's avatar Lily Foster
Browse files

cimg: 3.2.5 -> 3.2.6

parent ee98e8b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cimg";
  version = "3.2.5";
  version = "3.2.6";

  src = fetchFromGitHub {
    owner = "GreycLab";
    repo = "CImg";
    rev = "v.${finalAttrs.version}";
    hash = "sha256-1S48Ex44OKdpf6bsXZes7AFA1cAJZELGJqvC4V9sHdA=";
    hash = "sha256-HEqjvL16Ca3Al3I6VK50CU6zHFj9Nn/SAXXCfRU4rgo=";
  };

  outputs = [ "out" "doc" ];