summary refs log tree commit diff
path: root/pkgs/applications/graphics/nomacs/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-17 18:01:44 +0000
committerGitHub <noreply@github.com>2023-10-17 18:01:44 +0000
commitc99731d9ac7f60c5448fc9a94489856f28971daa (patch)
tree1bdd506b840c8deb832857a6121abb966e15c78d /pkgs/applications/graphics/nomacs/default.nix
parent0b1d0df88f08d6fed706bcd099009426db98c9a2 (diff)
parent14b83b5e055518177178d9f496cc95b764712d71 (diff)
downloadnixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar.gz
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar.bz2
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar.lz
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar.xz
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.tar.zst
nixpkgs-c99731d9ac7f60c5448fc9a94489856f28971daa.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/graphics/nomacs/default.nix')
-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 3169d5f0d4f..a5898a3ac00 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 = ''