summaryrefslogtreecommitdiffstats
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-25 22:26:14 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-25 22:26:14 -0700
commit92620012502fe01b332925286d35bdb0b390bd78 (patch)
tree2accb62547d9dcd8e2930b86149ae18476ddf4fd /pkgs/data/misc
parentddebab3575e8bd95b23b744156c7f6ab23b563f1 (diff)
wireless-regdb: 2018.09.07 -> 2018.10.24
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireless-regdb/versions
Diffstat (limited to 'pkgs/data/misc')
-rw-r--r--pkgs/data/misc/wireless-regdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/misc/wireless-regdb/default.nix b/pkgs/data/misc/wireless-regdb/default.nix
index f0ad2c43a9c8..b5293c6d341e 100644
--- a/pkgs/data/misc/wireless-regdb/default.nix
+++ b/pkgs/data/misc/wireless-regdb/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "wireless-regdb-${version}";
- version = "2018.09.07";
+ version = "2018.10.24";
src = fetchurl {
url = "https://www.kernel.org/pub/software/network/wireless-regdb/${name}.tar.xz";
- sha256 = "0nnn10pk94qnrdy55pwcr7506bxdsywa88a3shgqxsd3y53q2sx3";
+ sha256 = "05lixkdzy7f3wpan6svh1n9f70rs0kfw6hl6p34sl8bxqxd88ghd";
};
dontBuild = true;