lol

vigra: 1.10.0 -> 1.11.1

authored by

Willi Butz and committed by
Robin Gloster
e9a2cfda 2e29774f

+2 -2
+2 -2
pkgs/development/libraries/vigra/default.nix
··· 6 6 # Might want to use `python2.withPackages(ps: [ps.numpy]);` here... 7 7 in stdenv.mkDerivation rec { 8 8 name = "vigra-${version}"; 9 - version = "1.10.0"; 9 + version = "1.11.1"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ukoethe/vigra/archive/Version-${stdenv.lib.replaceChars ["."] ["-"] version}.tar.gz"; 13 - sha256 = "1y3yii8wnyz68n0mzcmjylwd6jchqa3l913v39l2zsd2rv5nyvs0"; 13 + sha256 = "03i5wfscv83jb8vnwwhfmm8yfiniwkvk13myzhr1kbwbs9884wdj"; 14 14 }; 15 15 16 16 NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";