Skip to content

Commit

Permalink
alfred: 2019.1 -> 2019.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and fpletz committed Jun 1, 2019
1 parent bc892d2 commit 40c7c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/batman-adv/alfred.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, gpsd, libcap, libnl }:

let
ver = "2019.1";
ver = "2019.2";
in
stdenv.mkDerivation rec {
name = "alfred-${ver}";

src = fetchurl {
url = "https://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
sha256 = "0nsi5g77zsl0s683r0hqz91xs2bz91ic9c1qdsa3ikd46z8s8lkj";
sha256 = "1whbi39sx3gz91yvynr7vmnc2l9lcvyynjbd3d9wg6bsm7lz0mmn";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 40c7c5f

Please sign in to comment.