Skip to content

Commit

Permalink
Merge pull request #307619 from r-ryantm/auto-update/riemann_c_client
Browse files Browse the repository at this point in the history
riemann_c_client: 2.1.1 -> 2.2.0
  • Loading branch information
wegank committed May 4, 2024
2 parents eeee37d + 8449201 commit 52dc83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/riemann-c-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
pname = "riemann-c-client";
version = "2.1.1";
version = "2.2.0";

src = fetchFromGitea {
domain = "git.madhouse-project.org";
owner = "algernon";
repo = "riemann-c-client";
rev = "riemann-c-client-${version}";
hash = "sha256-FIhTT57g2uZBaH3EPNxNUNJn9n+0ZOhI6WMyF+xIr/Q=";
hash = "sha256-GAinZtEetRAl04CjxNCTCkGbvdhSZei7gon3KxEqiIY=";
};

outputs = [ "bin" "dev" "out" ];
Expand Down

0 comments on commit 52dc83a

Please sign in to comment.