summary refs log tree commit diff
path: root/pkgs/servers/smcroute
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-18 23:11:05 -0700
committerFranz Pletz <fpletz@fnordicwalking.de>2018-06-19 16:28:02 +0000
commitac3b07b581b86c674995a732a09608d4db1d732e (patch)
tree67363fc926faffa9e1edc7ef35ab50527df4240e /pkgs/servers/smcroute
parenta0d07eb94e147b133f485b041e852c5f690a7ea2 (diff)
downloadnixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar.gz
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar.bz2
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar.lz
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar.xz
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.tar.zst
nixpkgs-ac3b07b581b86c674995a732a09608d4db1d732e.zip
smcroute: 2.4.0 -> 2.4.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/smcroute/versions.

These checks were done:

- built on NixOS
- /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1/bin/smcroutectl passed the binary check.
- /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1/bin/smcrouted passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.4.1 with grep in /nix/store/919h9vn683b5whq3229sl3f907m1jsik-smcroute-2.4.1
- directory tree listing: https://gist.github.com/f35692e1d0eaf5b66e1203fcdc9cdf6d
- du listing: https://gist.github.com/6170a85a1ce970d7ef1388b28005dfee
Diffstat (limited to 'pkgs/servers/smcroute')
-rw-r--r--pkgs/servers/smcroute/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/smcroute/default.nix b/pkgs/servers/smcroute/default.nix
index 40472c59a87..241ed17d2a1 100644
--- a/pkgs/servers/smcroute/default.nix
+++ b/pkgs/servers/smcroute/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "smcroute-${version}";
-  version = "2.4.0";
+  version = "2.4.1";
 
   src = fetchFromGitHub {
     owner = "troglobit";
     repo = "smcroute";
     rev = version;
-    sha256 = "12xwdwvl9h269armwak7grm4g944j2c89srha4lqx2zndx1ycg1r";
+    sha256 = "0wh7c15lglcgiap9pplqpd5abnxhfx3vh0nqjzvfnl82hwhnld1z";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];