about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-12 13:41:44 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-12 22:41:44 +0200
commitc3c427026788e50ce78aa333bd3d515ce863e6ed (patch)
treecad746bdba3f4adeb82ce325931baebb02a6aa76 /pkgs/applications/misc
parentca2395fc2f962eb7424a012a2abc8d72b362ac2c (diff)
worker: 3.15.1 -> 3.15.2 (#46155)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
worker
Diffstat (limited to 'pkgs/applications/misc')
-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 bfb43d3e49d10..f9267411dda4d 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.1";
+  version = "3.15.2";
 
   src = fetchurl {
     url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}.tar.gz";
-    sha256 = "05h25dxqff4xhmrk7j9j11yxpqa4qm7m3xprv7yldryc1mbvnpwi";
+    sha256 = "0km17ls51vp4nxlppf58vvxxymyx6w3xlzjc8wghxpjj098v4pp8";
   };
 
   buildInputs = [ libX11 ];