From 7e29dcf3ccc91a2bb0209dd76d02911a5284f240 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 17 May 2018 12:49:56 -0700 Subject: [PATCH] babeld: 1.8.1 -> 1.8.2 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/babeld/versions. These checks were done: - built on NixOS - /nix/store/7vd417z6awqq3wyqjg3wzyq3868qfh5f-babeld-1.8.2/bin/babeld passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 1.8.2 with grep in /nix/store/7vd417z6awqq3wyqjg3wzyq3868qfh5f-babeld-1.8.2 - directory tree listing: https://gist.github.com/560ddce597cdbadf44146673690eeba5 - du listing: https://gist.github.com/b9dcee589270b1bf6e38fcdac5771b9c --- pkgs/tools/networking/babeld/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/babeld/default.nix b/pkgs/tools/networking/babeld/default.nix index 801863fb95a1..9c8f8d31c0cc 100644 --- a/pkgs/tools/networking/babeld/default.nix +++ b/pkgs/tools/networking/babeld/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl }: stdenv.mkDerivation rec { - name = "babeld-1.8.1"; + name = "babeld-1.8.2"; src = fetchurl { url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${name}.tar.gz"; - sha256 = "1gq6q1zly40ngs9wl3qa3yjvyb6zbqck82fp3n6w2bi9ymrrq94w"; + sha256 = "1p751zb7h75f8w7jz37432dj610f432jnj37lxhmav9q6aqyrv87"; }; preBuild = ''