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

exportarr: 1.6.2 -> 2.0.0
This commit is contained in:
Azat Bahawi 2024-03-04 08:15:15 +00:00 committed by GitHub
commit ba7f53d7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "exportarr"; pname = "exportarr";
version = "1.6.2"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "onedr0p"; owner = "onedr0p";
repo = "exportarr"; repo = "exportarr";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Eacu8NeAAQqztzVpBhW1UeKQU+FBEJcx5+mcaByQid8="; hash = "sha256-hUgi50BFmtJfp/rNUA8QGYSflfSMANbelPndL7zV7v8=";
}; };
vendorHash = "sha256-lizPm/3hxKt7ZxKkhbwsj1nL8bWmE90QqRGxTqMSMAw="; vendorHash = "sha256-Hy8OXFmGTxNlwbRjH05npD2p3avQfWk9k29R5sFKlNI=";
subPackages = [ "cmd/exportarr" ]; subPackages = [ "cmd/exportarr" ];