freeimage: unstable-2020-07-04 -> unstable-2021-11-01

This commit is contained in:
Las Safin 2021-12-21 15:43:37 +00:00
parent ae4dae2909
commit 2bc097e409
No known key found for this signature in database
GPG key ID: E7FA928911B61ED6
2 changed files with 43 additions and 43 deletions

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation {
pname = "freeimage";
version = "unstable-2020-07-04";
version = "unstable-2021-11-01";
src = fetchsvn {
url = "svn://svn.code.sf.net/p/freeimage/svn/";
rev = "1859";
sha256 = "1d94935aqbkb994nqkw7m8xcynyz9rm6k7k59igrbjak8b63qpi6";
rev = "1900";
sha256 = "rWoNlU/BWKZBPzRb1HqU6T0sT7aK6dpqKPe88+o/4sA=";
};
sourceRoot = "svn-r1859/FreeImage/trunk";
sourceRoot = "svn-r1900/FreeImage/trunk";
# Ensure that the bundled libraries are not used at all
prePatch = "rm -rf Source/Lib* Source/OpenEXR Source/ZLib";

File diff suppressed because one or more lines are too long