summary refs log tree commit diff
path: root/pkgs/applications/misc/worker
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-20 12:42:01 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-20 21:42:01 +0200
commit74a0ff512c98c64ada1d95193784e77b7406cdaf (patch)
tree1e749d2c832d573b4e5167e39bb83721069c2617 /pkgs/applications/misc/worker
parentd7679fb2b5a1c22b9e8a9b3c82e1119737ba1dbe (diff)
downloadnixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar.gz
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar.bz2
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar.lz
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar.xz
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.tar.zst
nixlib-74a0ff512c98c64ada1d95193784e77b7406cdaf.zip
worker: 3.15.0 -> 3.15.1 (#40820)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/m3af3zhrxravdkwq8fcsgqrqyywfbl20-worker-3.15.1/bin/worker passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.15.1 with grep in /nix/store/m3af3zhrxravdkwq8fcsgqrqyywfbl20-worker-3.15.1
- directory tree listing: https://gist.github.com/25a3c6e8ffd32fd4b88511e305669c51
- du listing: https://gist.github.com/6f5f0c3dfcb21b2d414fafa466d13283
Diffstat (limited to 'pkgs/applications/misc/worker')
-rw-r--r--pkgs/applications/misc/worker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/worker/default.nix b/pkgs/applications/misc/worker/default.nix
index 968539336a9c..bfb43d3e49d1 100644
--- a/pkgs/applications/misc/worker/default.nix
+++ b/pkgs/applications/misc/worker/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "worker-${version}";
-  version = "3.15.0";
+  version = "3.15.1";
 
   src = fetchurl {
     url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}.tar.gz";
-    sha256 = "0baaxa10jnf4nralhjdi7525wd1wj0161z2ixz1j5pb0rl38brl8";
+    sha256 = "05h25dxqff4xhmrk7j9j11yxpqa4qm7m3xprv7yldryc1mbvnpwi";
   };
 
   buildInputs = [ libX11 ];