summary refs log tree commit diff
path: root/pkgs/applications/graphics/nomacs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-15 04:23:26 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-15 04:23:26 +0000
commite7936dd774645cfd5b52f42ab8d03c099231572a (patch)
tree3cf908dcafb0958ddf689fff4578de993c0e3390 /pkgs/applications/graphics/nomacs
parent3d1956ad34ca404f62c56b51c0887cf8d7f89934 (diff)
downloadnixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar.gz
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar.bz2
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar.lz
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar.xz
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.tar.zst
nixpkgs-e7936dd774645cfd5b52f42ab8d03c099231572a.zip
nomacs: 3.16.224 -> 3.17.2045
Diffstat (limited to 'pkgs/applications/graphics/nomacs')
-rw-r--r--pkgs/applications/graphics/nomacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix
index ae749902204..f1bd85bae0c 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -18,13 +18,13 @@
 
 mkDerivation rec {
   pname = "nomacs";
-  version = "3.16.224";
+  version = "3.17.2045";
 
   src = fetchFromGitHub {
     owner = "nomacs";
     repo = "nomacs";
     rev = version;
-    sha256 = "05d4hqg0gl3g9s2xf1hr7mc7g4cqarcap4nzxxa51fsphw2b8x16";
+    sha256 = "1lchdmmw2sg0xbpcnsk3sxh120xpcv1lh2khf4h5zzdlccbklq7l";
   };
 
   enableParallelBuilding = true;