about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-07-18 08:27:14 +0200
committerGitHub <noreply@github.com>2020-07-18 08:27:14 +0200
commit26a014166d216127cf79f045c416dd7eaedfae26 (patch)
tree981a2d98529913f296d053bf1f6c3fc692c37d0e /pkgs/applications/graphics
parentf71b91f4ebc99d8e3718fe752681ff75fed451f3 (diff)
parentf243f7a12eb604d322fe04a2819d834c9ce17806 (diff)
Merge pull request #93359 from r-ryantm/auto-update/nomacs
nomacs: 3.14.2 -> 3.15.1616
Diffstat (limited to 'pkgs/applications/graphics')
-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 67e95aec75855..8104b41374a99 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;