nomacs: 3.10.2 -> 3.12

Fix build with quazip.
wip/yesman
Nikolay Amiantov 5 years ago
parent a13920dea0
commit 25d1db1adf
  1. 8
      pkgs/applications/graphics/nomacs/default.nix

@ -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 = ''

Loading…
Cancel
Save