Merge pull request #235166 from r-ryantm/auto-update/exportarr

exportarr: 1.3.2 -> 1.4.0
This commit is contained in:
figsoda 2023-05-31 11:27:36 -04:00 committed by GitHub
commit 84f0fb4902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "exportarr"; pname = "exportarr";
version = "1.3.2"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "onedr0p"; owner = "onedr0p";
repo = "exportarr"; repo = "exportarr";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-99ap7B5EfMhuSGmT/JNI+CTPv7lTdjxibC0ndYWyNoA="; hash = "sha256-7ev6twbavAhSZWJZCwjpbEz2STRYifLrPCFyel+Ml5A=";
}; };
vendorHash = "sha256-2Eb8FhbRu5M5u8HGa2bgAvZZkwHycBu8UiNKHG5/fFw="; vendorHash = "sha256-3JObDCeRjhws6U4DRky7BVEleCmxadLmPnTp8PX6S7A=";
subPackages = [ "cmd/exportarr" ]; subPackages = [ "cmd/exportarr" ];