exportarr: 1.2.6 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-04-18 05:06:28 +00:00
parent 39fe943511
commit e2584d57d6

View File

@ -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" ];