summary refs log tree commit diff
path: root/pkgs/servers/smcroute/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 16:33:40 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-02-28 07:08:18 +0000
commit7aae70b66133f40cd4fe022e21df47acd93da0bd (patch)
tree9a8d4ab49f1ee128b232c7eef3eb902e58a9da4f /pkgs/servers/smcroute/default.nix
parent97584872d02a7a33fc545c43506f1fc305ef1648 (diff)
downloadnixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar.gz
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar.bz2
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar.lz
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar.xz
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.tar.zst
nixpkgs-7aae70b66133f40cd4fe022e21df47acd93da0bd.zip
smcroute: 2.3.1 -> 2.4.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -h` got 0 exit code
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --help` got 0 exit code
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl help` got 0 exit code
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -V` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl -v` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --version` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl version` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcroutectl --help` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -h` got 0 exit code
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -v` and found version 2.4.0
- ran `/nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0/bin/smcrouted -h` and found version 2.4.0
- found 2.4.0 with grep in /nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0
- found 2.4.0 in filename of file in /nix/store/7i72915zqm0xq840hj0qr6ff57syljc9-smcroute-2.4.0

cc "@fpletz"
Diffstat (limited to 'pkgs/servers/smcroute/default.nix')
-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 d9a4f4733f7..b1d614bc5cf 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.3.1";
+  version = "2.4.0";
 
   src = fetchFromGitHub {
     owner = "troglobit";
     repo = "smcroute";
     rev = version;
-    sha256 = "0a1sgf9p39gbfrh7bhfg1hjqa6y18i7cig7bffmv7spqnvb50zx5";
+    sha256 = "12xwdwvl9h269armwak7grm4g944j2c89srha4lqx2zndx1ycg1r";
   };
 
   nativeBuildInputs = [ autoreconfHook ];