Merge pull request #150158 from r-ryantm/auto-update/gmic

gmic: 2.9.8 -> 2.9.9
This commit is contained in:
Jörg Thalheim 2021-12-11 14:05:51 +00:00 committed by GitHub
commit 7217313680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "gmic";
version = "2.9.8";
version = "2.9.9";
outputs = [ "out" "lib" "dev" "man" ];
src = fetchurl {
url = "https://gmic.eu/files/source/gmic_${version}.tar.gz";
sha256 = "sha256-GNa7xzGuO02oplasGJR2eTsRGp3Rn3LbIxLwdN983II=";
sha256 = "sha256-nwUzOHUuyWprYZcYA3dnaCxf1Y4kccCPN0D9sHBgW8A=";
};
nativeBuildInputs = [