about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 19:03:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 19:03:38 +0000
commit6233b98cc0c2434eddbe924cc2d9321efb92d849 (patch)
treebee5a985ff56c03824b522c1d79be1995478c2d0 /pkgs/applications/graphics
parentf6caf65a4a8031f9e1073949734d91b3293034b0 (diff)
downloadnixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar.gz
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar.bz2
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar.lz
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar.xz
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.tar.zst
nixlib-6233b98cc0c2434eddbe924cc2d9321efb92d849.zip
nomacs: 3.17.2285 -> 3.17.2287
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 3169d5f0d4f1..a5898a3ac007 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nomacs";
-  version = "3.17.2285";
+  version = "3.17.2287";
 
   src = fetchFromGitHub {
     owner = "nomacs";
     repo = "nomacs";
     rev = version;
-    hash = "sha256-/K7LRPwNy2PG7tIGD0tiKnEOPZ491lxFRlgf4xWYtxs=";
+    hash = "sha256-OwiMB6O4+WuAt87sRbD1Qby3U7igqgCgddiWs3a4j3k=";
   };
 
   setSourceRoot = ''