Skip to content

Commit

Permalink
packages/syslog-exporter: update to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Jun 8, 2023
1 parent a272785 commit 7e91fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/syslog-exporter/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
eventmachine (1.2.7)
prometheus-client (4.0.0)
rack (2.2.6.4)
syslog-exporter (0.3.0)
syslog-exporter (0.4.0)
prometheus-client (~> 4.0.0)
thin (~> 1.8.1)
thin (1.8.2)
Expand All @@ -20,4 +20,4 @@ DEPENDENCIES
syslog-exporter

BUNDLED WITH
2.3.26
2.4.13
4 changes: 2 additions & 2 deletions packages/syslog-exporter/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.vpsfree.cz"];
sha256 = "0v9ian6k7gqgnakzwawas59d13nrph4nkdppp27pz0jwc2qla9q8";
sha256 = "15s9l68va0alzyf1bja8qidzj1wx7lk6dl5y9mx72smbbw966sbd";
type = "gem";
};
version = "0.3.0";
version = "0.4.0";
};
thin = {
dependencies = ["daemons" "eventmachine" "rack"];
Expand Down

0 comments on commit 7e91fae

Please sign in to comment.