From c0e8b3410cb5b410eafe0c2405cf788cc41aa102 Mon Sep 17 00:00:00 2001 From: Walter Franzini <walter.franzini@gmail.com> Date: Sun, 17 Jun 2018 18:35:28 +0200 Subject: [PATCH] riemann-tools: 0.2.6 -> 0.2.13 (package name only) (#42040) fix the package name that a previous PR missed --- pkgs/tools/misc/riemann-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/riemann-tools/default.nix b/pkgs/tools/misc/riemann-tools/default.nix index c518bc66984d..a20046deafc8 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;