nomacs: 3.10.2 -> 3.12

Fix build with quazip.
This commit is contained in:
Nikolay Amiantov 2019-06-01 16:02:59 +03:00
parent a13920dea0
commit 25d1db1adf

View File

@ -17,16 +17,16 @@
}:
stdenv.mkDerivation rec {
version = "3.10.2";
name = "nomacs-${version}";
version = "3.12";
src = fetchFromGitHub {
owner = "nomacs";
repo = "nomacs";
rev = version;
sha256 = "0v2gsdc8caswf2b5aa023d8kil1fqf4r9mlg15180h3c92f8jzvh";
sha256 = "12582i5v85da7vwjxj8grj99hxg34ij5cn3b1578wspdfw1xfy1i";
};
name = "nomacs-${version}";
enableParallelBuilding = true;
setSourceRoot = ''