lol

gmic: 2.9.5 -> 2.9.6

authored by

R. RyanTM and committed by
Jan Tojnar
8ae8348b ccc4dd57

+2 -2
+2 -2
pkgs/tools/graphics/gmic/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "gmic"; 18 - version = "2.9.5"; 18 + version = "2.9.6"; 19 19 20 20 outputs = [ "out" "lib" "dev" "man" ]; 21 21 22 22 src = fetchurl { 23 23 url = "https://gmic.eu/files/source/gmic_${version}.tar.gz"; 24 - sha256 = "sha256-KV/Ti6mPW+FASjug6q8Qfgra8L/TIyl/Y6JwANzQreE="; 24 + sha256 = "sha256-0i/oUVrxbc0FDQmgvHEn7Cn0eVznMqDGw+r4OTVrwRo="; 25 25 }; 26 26 27 27 nativeBuildInputs = [