cimg: 3.0.2 → 3.1.4

https://github.com/dtschump/CImg/compare/v.3.0.2...v.3.1.4
This commit is contained in:
Jan Tojnar 2022-06-29 21:39:51 +02:00
parent 020c74014b
commit 51d6757054

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "cimg";
version = "3.0.2";
version = "3.1.4";
src = fetchFromGitHub {
owner = "dtschump";
repo = "CImg";
rev = "v.${version}";
hash = "sha256-OWpztnyVXCg+uoAb6e/2eUK2ebBalDlz6Qcjf17IeMk=";
hash = "sha256-nHYRs8X8I0B76SlgqWez3qubrsG7iBfa0I/G78v7H8g=";
};
outputs = [ "out" "doc" ];