Merge pull request #96392 from r-ryantm/auto-update/nomacs

nomacs: 3.17.2045 -> 3.17.2206
This commit is contained in:
Ryan Mulligan 2020-08-27 13:57:15 -07:00 committed by GitHub
commit 41ff814360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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