summary refs log tree commit diff
path: root/pkgs/applications/graphics/nomacs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-17 17:36:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-17 17:36:29 +0000
commitf243f7a12eb604d322fe04a2819d834c9ce17806 (patch)
tree76ffc3173e1023e78a9bc69e1c1b3f2c25885440 /pkgs/applications/graphics/nomacs
parent992db90c4c3dfc0bcf954ab8024769d268720206 (diff)
downloadnixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar.gz
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar.bz2
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar.lz
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar.xz
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.tar.zst
nixpkgs-f243f7a12eb604d322fe04a2819d834c9ce17806.zip
nomacs: 3.14.2 -> 3.15.1616
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 67e95aec758..8104b41374a 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.14.2";
+  version = "3.15.1616";
 
   src = fetchFromGitHub {
     owner = "nomacs";
     repo = "nomacs";
     rev = version;
-    sha256 = "1vms13kyg7cpqi2hxvrrhlnl7cq92ijr7dm1kl5ryglpcagqv811";
+    sha256 = "0g1saqf31zncqdiwk7aaf951j3g33bg0vcjcr5mvg600jxiinw8j";
   };
 
   enableParallelBuilding = true;