summary refs log tree commit diff
path: root/pkgs/servers/uftp/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-31 11:40:34 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-31 20:40:33 +0200
commit125ff1ec54173791490c0924a937c9860ac2acba (patch)
tree5ba790acd8cf749552e81fb33008f13c573e0017 /pkgs/servers/uftp/default.nix
parente4e89672698362ebb71229cf773f26f86939d994 (diff)
downloadnixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar.gz
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar.bz2
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar.lz
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar.xz
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.tar.zst
nixpkgs-125ff1ec54173791490c0924a937c9860ac2acba.zip
uftp: 4.9.6 -> 4.9.7 (#41236)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftp had a zero exit code or showed the expected version
- /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftpd passed the binary check.
- /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftp_keymgt passed the binary check.
- Warning: no invocation of /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftpproxyd had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 4.9.7 with grep in /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7
- directory tree listing: https://gist.github.com/1fe6684f427417f8a9e189f960c84a74
- du listing: https://gist.github.com/15a89b170d541884994e503690c961ef
Diffstat (limited to 'pkgs/servers/uftp/default.nix')
-rw-r--r--pkgs/servers/uftp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/uftp/default.nix b/pkgs/servers/uftp/default.nix
index d1ec31d6b85..a484e038210 100644
--- a/pkgs/servers/uftp/default.nix
+++ b/pkgs/servers/uftp/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "uftp-${version}";
-  version = "4.9.6";
+  version = "4.9.7";
 
   src = fetchurl {
     url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz";
-    sha256 = "0byg7ff39i32ljzqxn6rhiz3zs1b04y50xpvzmjx5v8pmdajn0sz";
+    sha256 = "1gh1zpc6dh690xjhfp5x2ajhwjkchyh5wazr8agm6axxwqhd9gn8";
   };
 
   buildInputs = [ openssl ];