exportarr: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2024-02-29 02:38:42 +00:00
parent 6780926802
commit e114f3d3ce

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "exportarr";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "onedr0p";
repo = "exportarr";
rev = "v${version}";
hash = "sha256-i5ia9GX/0wvLnIwSxZ50y3fTFHwkUzj00+NoEceXp84=";
hash = "sha256-Eacu8NeAAQqztzVpBhW1UeKQU+FBEJcx5+mcaByQid8=";
};
vendorHash = "sha256-2gzHX7XHzgvZXWm7mfakxnsRfpEysQwnZ0mJocLyyoA=";
vendorHash = "sha256-lizPm/3hxKt7ZxKkhbwsj1nL8bWmE90QqRGxTqMSMAw=";
subPackages = [ "cmd/exportarr" ];