Skip to content

Commit

Permalink
Merge pull request #226786 from r-ryantm/auto-update/exportarr
Browse files Browse the repository at this point in the history
exportarr: 1.2.6 -> 1.3.1
  • Loading branch information
azahi authored Apr 18, 2023
2 parents 0fd3aa7 + e2584d5 commit 9eb1b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/exportarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "exportarr";
version = "1.2.6";
version = "1.3.1";

src = fetchFromGitHub {
owner = "onedr0p";
repo = "exportarr";
rev = "v${version}";
sha256 = "sha256-iiMfPqXUdmSAkzeRHZ3ZQHeQGtWxpiYCF0K7gZYly94=";
sha256 = "sha256-QZI3tYh2HXBDlZJWHQUAl/Yeyc/qCZGcfyFHbjCHlbU=";
};

vendorHash = "sha256-c09aWDxD11XEoR3sLlhteZXAK/Bd6DnJXmGEBofUl7s=";
vendorHash = "sha256-2Eb8FhbRu5M5u8HGa2bgAvZZkwHycBu8UiNKHG5/fFw=";

subPackages = [ "cmd/exportarr" ];

Expand Down

0 comments on commit 9eb1b6a

Please sign in to comment.