summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/firehol
diff options
context:
space:
mode:
authorgeistesk <github.jyf300hj@0x21.biz>2017-10-21 14:09:33 +0200
committerRobin Gloster <mail@glob.in>2017-10-22 00:13:44 +0200
commitc047df3317be1e413216f50fe229c8dfe8ee6e68 (patch)
tree36dc4af52838733caca3ddb281fdb00257fb439c /pkgs/applications/networking/firehol
parent941014ffff1bfe1e7e7379ba673755e336b9b418 (diff)
iprange: 1.0.3 -> 1.0.4
Diffstat (limited to 'pkgs/applications/networking/firehol')
-rw-r--r--pkgs/applications/networking/firehol/iprange.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/firehol/iprange.nix b/pkgs/applications/networking/firehol/iprange.nix
index d1f3ad696879..bb245928f07c 100644
--- a/pkgs/applications/networking/firehol/iprange.nix
+++ b/pkgs/applications/networking/firehol/iprange.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "iprange-${version}";
- version = "1.0.3";
+ version = "1.0.4";
src = fetchurl {
url = "https://github.com/firehol/iprange/releases/download/v${version}/iprange-${version}.tar.xz";
- sha256 = "0lwgl5ybrhsv43llq3kgdjpvgyfl43f3nxm0g8a8cd7zmn754bg2";
+ sha256 = "0rymw4ydn09dng34q4g5111706fyppzs2gd5br76frgvfj4x2f71";
};
meta = with stdenv.lib; {