Merge pull request #235166 from r-ryantm/auto-update/exportarr
exportarr: 1.3.2 -> 1.4.0
This commit is contained in:
commit
84f0fb4902
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue