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

exportarr: 1.5.3 -> 1.5.5
This commit is contained in:
Azat Bahawi 2023-10-08 17:07:34 +03:00 committed by GitHub
commit ec402ad5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "exportarr";
version = "1.5.3";
version = "1.5.5";
src = fetchFromGitHub {
owner = "onedr0p";
repo = "exportarr";
rev = "v${version}";
hash = "sha256-pjT4zzYONiHMv0YORHHvsBjBUsFQQ7yKNvUqnvgi2Pk=";
hash = "sha256-qe3i/sukAkE3DNiSc5BsY9OFWoAVuLsuYStlPfpVZQQ=";
};
vendorHash = "sha256-tSdGWtVHtas+3uvQiZhBreY2hODopZepApOVoFsERws=";
vendorHash = "sha256-M+XDd2ubF4HLpFNPlhn++YXWwPwL6+5TMU+BDdkP+k0=";
subPackages = [ "cmd/exportarr" ];