summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 05:20:59 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 05:20:59 -0700
commit1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc (patch)
tree132400fa64586a6c2df981c7ed647533dccb712c /pkgs/os-specific
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar.gz
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar.bz2
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar.lz
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar.xz
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.tar.zst
nixlib-1e01a6ef38215dd4082bb4035b3e89c4dc94a9cc.zip
alfred: 2018.0 -> 2018.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2018.1 with grep in /nix/store/2fj5i6zd4mp4asxchsig266lqz8acliv-alfred-2018.1
- directory tree listing: https://gist.github.com/64f566e02d8018fe290dc3db29fd7c7f
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/batman-adv/alfred.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/batman-adv/alfred.nix b/pkgs/os-specific/linux/batman-adv/alfred.nix
index 9b7484932ebd..90489e12d690 100644
--- a/pkgs/os-specific/linux/batman-adv/alfred.nix
+++ b/pkgs/os-specific/linux/batman-adv/alfred.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl, pkgconfig, gpsd, libcap, libnl }:
 
 let
-  ver = "2018.0";
+  ver = "2018.1";
 in
 stdenv.mkDerivation rec {
   name = "alfred-${ver}";
 
   src = fetchurl {
     url = "http://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
-    sha256 = "0mzjgjkmgdrrqa6fbpii9q1xqvg3kvwgq2k2kpdf0vy4xxnypky7";
+    sha256 = "0xkd842yp227jzfybjq8c5s7y5c7amm1f5ai80k8wyjwysnad3w0";
   };
 
   nativeBuildInputs = [ pkgconfig ];