about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:48:38 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:48:38 +0200
commit10801de6f714e4899db7e719e02c454c0974519b (patch)
tree492defd6ac9a7ce48ee3265f7ab89772629cc728 /pkgs/applications
parent1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e (diff)
downloadnixlib-10801de6f714e4899db7e719e02c454c0974519b.tar
nixlib-10801de6f714e4899db7e719e02c454c0974519b.tar.gz
nixlib-10801de6f714e4899db7e719e02c454c0974519b.tar.bz2
nixlib-10801de6f714e4899db7e719e02c454c0974519b.tar.lz
nixlib-10801de6f714e4899db7e719e02c454c0974519b.tar.xz
nixlib-10801de6f714e4899db7e719e02c454c0974519b.tar.zst
nixlib-10801de6f714e4899db7e719e02c454c0974519b.zip
nomacs: 3.8.1 -> 3.10.0 (#42979)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nomacs/versions.

Version release notes (from GitHub):
- anti-aliasing improved
- printing improved
- print multiple pages from thumbnail preview
- animiated WebP support
- JPG compressed TIFFs supported
- batch cropping added
- PSD lib updated
- new translations: Bosnian, Croation, and Serbian
- Updates (Windows)
	- Qt 5.9.3 -> 5.11.0
	- OpenCV 3.3.1 -> 3.4.1

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/q71m1n5mjk79cas4z1f27hf7z529i3i1-nomacs-3.10.0/bin/nomacs had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q71m1n5mjk79cas4z1f27hf7z529i3i1-nomacs-3.10.0/bin/.nomacs-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 3.10.0 with grep in /nix/store/q71m1n5mjk79cas4z1f27hf7z529i3i1-nomacs-3.10.0
- directory tree listing: https://gist.github.com/14846463d97d16523c214bc8bd8979fe
- du listing: https://gist.github.com/51e595d9a157c9038cf94e72d01952c5
Diffstat (limited to 'pkgs/applications')
-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 675c4e6a49ef..1103c9ff40a9 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -18,12 +18,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "3.8.1";
+  version = "3.10.0";
   src = fetchFromGitHub {
     owner = "nomacs";
     repo = "nomacs";
     rev = version;
-    sha256 = "1irms980d7acdqrfn8isw55vgc4d9n26ff86887vk7xfvxs0ayla";
+    sha256 = "07k921r4m6p5kicyb55zdfp58m8mlc94g2csq354d7v20m71zwrv";
   };
 
   name = "nomacs-${version}";