nomacs: 3.16.224 -> 3.17.2045

This commit is contained in:
R. RyanTM 2020-08-15 04:23:26 +00:00
parent 3d1956ad34
commit e7936dd774

View File

@ -18,13 +18,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nomacs"; pname = "nomacs";
version = "3.16.224"; version = "3.17.2045";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nomacs"; owner = "nomacs";
repo = "nomacs"; repo = "nomacs";
rev = version; rev = version;
sha256 = "05d4hqg0gl3g9s2xf1hr7mc7g4cqarcap4nzxxa51fsphw2b8x16"; sha256 = "1lchdmmw2sg0xbpcnsk3sxh120xpcv1lh2khf4h5zzdlccbklq7l";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;