summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 12:49:56 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 12:49:56 -0700
commit7e29dcf3ccc91a2bb0209dd76d02911a5284f240 (patch)
tree0149f90b9ba926335f41f7a19425b9002812cde4 /pkgs
parentf3fcf1b0a9b0398620b5fa9b40268ef651aa373e (diff)
downloadnixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar.gz
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar.bz2
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar.lz
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar.xz
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.tar.zst
nixlib-7e29dcf3ccc91a2bb0209dd76d02911a5284f240.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/babeld/default.nix4
1 files 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 = ''