riemann_c_client: 2.1.1 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-04-29 04:03:24 +00:00
parent f2c7ecb8a4
commit 8449201432

View File

@ -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" ];