Skip to content

Commit 38156a8

Browse files
committed
prometheus-qbittorrent-exporter: 1.12.1 -> 1.13.0
1 parent fba245c commit 38156a8

File tree

1 file changed

+3
-3
lines changed
  • pkgs/by-name/pr/prometheus-qbittorrent-exporter

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/prometheus-qbittorrent-exporter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
}:
77
buildGoModule (finalAttrs: {
88
pname = "prometheus-qbittorrent-exporter";
9-
version = "1.12.1";
9+
version = "1.13.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "martabal";
1313
repo = "qbittorrent-exporter";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-9J4nGG52M7SSeXigLBJK/dqXRvSpPqOGRJ8BQx7+1eU=";
15+
hash = "sha256-ivHTGj2+6c23KW5aT5a8NFzUxV13u0y9UnHttZYTkuA=";
1616
};
1717
sourceRoot = "${finalAttrs.src.name}/src";
1818

19-
vendorHash = "sha256-jJmhRnjioeTq9Uol0lYLChPi4O1D9JnGqN7q1XK36yE=";
19+
vendorHash = "sha256-FHKt2QpvianVVbAJUcaou/+Ok69a8NbkM7ymVgxUi0I=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)