about summary refs log tree commit diff
path: root/pkgs/tools/misc/riemann-tools
diff options
context:
space:
mode:
authorWalter Franzini <walter.franzini@gmail.com>2018-06-17 18:35:28 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-17 18:35:28 +0200
commitc0e8b3410cb5b410eafe0c2405cf788cc41aa102 (patch)
tree11d1a172d1459169047b7fac4cf84a3d0af17a2a /pkgs/tools/misc/riemann-tools
parent3e1acfd8248b085f66018189c4c0d7c9a562e286 (diff)
riemann-tools: 0.2.6 -> 0.2.13 (package name only) (#42040)
fix the package name that a previous PR missed
Diffstat (limited to 'pkgs/tools/misc/riemann-tools')
-rw-r--r--pkgs/tools/misc/riemann-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/riemann-tools/default.nix b/pkgs/tools/misc/riemann-tools/default.nix
index c518bc66984d8..a20046deafc8b 100644
--- a/pkgs/tools/misc/riemann-tools/default.nix
+++ b/pkgs/tools/misc/riemann-tools/default.nix
@@ -1,7 +1,7 @@
 { bundlerEnv }:
 
 bundlerEnv {
-  name = "riemann-tools-0.2.6";
+  name = "riemann-tools-0.2.13";
   gemfile = ./Gemfile;
   lockfile = ./Gemfile.lock;
   gemset = ./gemset.nix;