Merge pull request #229260 from azahi/exportarr-132

exportarr: 1.3.1 -> 1.3.2
This commit is contained in:
Nick Cao 2023-05-02 09:56:18 +08:00 committed by GitHub
commit 1cd23c9346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "exportarr";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "onedr0p";
repo = "exportarr";
rev = "v${version}";
sha256 = "sha256-QZI3tYh2HXBDlZJWHQUAl/Yeyc/qCZGcfyFHbjCHlbU=";
hash = "sha256-99ap7B5EfMhuSGmT/JNI+CTPv7lTdjxibC0ndYWyNoA=";
};
vendorHash = "sha256-2Eb8FhbRu5M5u8HGa2bgAvZZkwHycBu8UiNKHG5/fFw=";
@ -25,8 +25,10 @@ buildGoModule rec {
tags = lib.optionals stdenv.isLinux [ "netgo" ];
# There are no tests for this package.
doCheck = false;
preCheck = ''
# Run all tests.
unset subPackages
'';
meta = with lib; {
description = "AIO Prometheus Exporter for Sonarr, Radarr or Lidarr";