summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-28 05:48:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 14:48:02 +0200
commit4e965c62705e70abf40c36d25aead9cafea4f4a4 (patch)
tree3d1c85fc90552b0054a84827a68f2f56d0bc7e3e /pkgs/servers
parent12b690983256eda1fa6a1183cfa51be8e252f11f (diff)
downloadnixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar.gz
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar.bz2
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar.lz
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar.xz
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.tar.zst
nixlib-4e965c62705e70abf40c36d25aead9cafea4f4a4.zip
riemann: 0.3.0 -> 0.3.1 (#41044)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1/bin/.riemann-wrapped passed the binary check.
- /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1/bin/riemann passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.3.1 with grep in /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1
- directory tree listing: https://gist.github.com/ed9907cdc302813f2c87257f6a26628e
- du listing: https://gist.github.com/b50c1c815b3cd6102e0ec8d21b9f1365
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/riemann/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/riemann/default.nix b/pkgs/servers/monitoring/riemann/default.nix
index b930c1ab1f61..6eb4a3dfe9af 100644
--- a/pkgs/servers/monitoring/riemann/default.nix
+++ b/pkgs/servers/monitoring/riemann/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "riemann-${version}";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchurl {
     url = "https://github.com/riemann/riemann/releases/download/${version}/${name}.tar.bz2";
-    sha256 = "151zd8nkhigphdx6g9jhmza6963qvlnki013j1g7lyqaz43qyk1c";
+    sha256 = "0lc3qmwb33jjw2g64j8inqpr7krjmpjwfdmypdssvjy84acpkyal";
   };
 
   nativeBuildInputs = [ makeWrapper ];