unpackerr: 0.14.5 -> 0.15.2
Diff: https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.2 Changelogs: > https://github.com/Unpackerr/unpackerr/releases/tag/v0.15.0 > https://github.com/Unpackerr/unpackerr/releases/tag/v0.15.1 > https://github.com/Unpackerr/unpackerr/releases/tag/v0.15.2
This commit is contained in:
@@ -6,26 +6,28 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "unpackerr";
|
||||
version = "0.14.5";
|
||||
version = "0.15.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "davidnewhall";
|
||||
repo = "unpackerr";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-uQwpdgV6ksouW9JTuiiuQjxBGOE/ypDW769kNJgWrHw=";
|
||||
sha256 = "sha256-npq0CXsaWaFa6RazQXRKVaqTyK87VhzaF/hd/d952Po=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-wWIw0gNn5tqRq0udzPy/n2OkiIVESpSotOSn2YlBNS4=";
|
||||
vendorHash = "sha256-v0ml1dTIhf79mhlyTrPNhIfg1Yhao27eP0pnI95OvaU=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X golift.io/version.Branch=main"
|
||||
"-X golift.io/version.Version=${finalAttrs.version}"
|
||||
"-X golift.io/version.Revision=v${finalAttrs.version}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import";
|
||||
homepage = "https://github.com/davidnewhall/unpackerr";
|
||||
homepage = "https://unpackerr.zip/";
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "unpackerr";
|
||||
|
||||
Reference in New Issue
Block a user