summary refs log tree commit diff
path: root/pkgs/tools/networking/surfraw
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 17:03:27 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-02-28 20:35:12 +0000
commitcead247e4c2a862555641d2a0d26ffbdc1c8e931 (patch)
treed87e8633c8904ae0a36e7c75f640e9a18ba25981 /pkgs/tools/networking/surfraw
parent18a37ae6c1751b3116c6be349bd59cc84fa8cc0a (diff)
downloadnixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar.gz
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar.bz2
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar.lz
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar.xz
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.tar.zst
nixpkgs-cead247e4c2a862555641d2a0d26ffbdc1c8e931.zip
surfraw: 2.2.9 -> 2.3.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0/bin/surfraw-update-path -h` got 0 exit code
- ran `/nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0/bin/surfraw-update-path --help` got 0 exit code
- ran `/nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0/bin/surfraw-update-path -h` and found version 2.3.0
- ran `/nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0/bin/surfraw-update-path --help` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0
- found 2.3.0 in filename of file in /nix/store/3w61z4y841pb4zykywl9p7ajb6lhqjf8-surfraw-2.3.0

cc ""
Diffstat (limited to 'pkgs/tools/networking/surfraw')
-rw-r--r--pkgs/tools/networking/surfraw/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/surfraw/default.nix b/pkgs/tools/networking/surfraw/default.nix
index 8624efeb3f7..b23616c57e9 100644
--- a/pkgs/tools/networking/surfraw/default.nix
+++ b/pkgs/tools/networking/surfraw/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, perl}:
 
 stdenv.mkDerivation rec {
-  name = "surfraw-2.2.9";
+  name = "surfraw-2.3.0";
 
   src = fetchurl {
-    url = "http://surfraw.alioth.debian.org/dist/surfraw-2.2.9.tar.gz";
-    sha256 = "1fy4ph5h9kp0jzj1m6pfylxnnmgdk0mmdppw76z9jhna4jndk5xa";
+    url = "http://surfraw.alioth.debian.org/dist/surfraw-2.3.0.tar.gz";
+    sha256 = "099nbif0x5cbcf18snc58nx1a3q7z0v9br9p2jiq9pcc7ic2015d";
   };
 
   configureFlags = [