forked from mirrors/nixpkgs
unpackerr: 0.9.8 -> 0.9.9
* unpackerr: 0.9.8 -> 0.9.9 (#158101) * unpackerr: properly report version number Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
68f15fdce8
commit
db7940a899
|
@ -2,19 +2,21 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "unpackerr";
|
||||
version = "0.9.8";
|
||||
version = "0.9.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "davidnewhall";
|
||||
repo = "unpackerr";
|
||||
rev = "v${version}";
|
||||
sha256 = "08xcxs4qh25qsjaf6wivhpszl61zdp59hlkd57igf9fv4lywb41q";
|
||||
sha256 = "sha256-lQqa1YtMLsCEfiC3Ld+lw4SvAD8wctSGi2YdXt9lrTA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "0ilpg7xfll0c5lsv8zf4h3i72yabddkddih4d292hczyz9wi3j4z";
|
||||
vendorSha256 = "sha256-W9lTIjntaNZSJVt6Jow8uSew+zCaGWU9qzseClNiVUI=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ Cocoa WebKit ];
|
||||
|
||||
ldflags = [ "-s" "-w" "-X golift.io/version.Version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import";
|
||||
homepage = "https://github.com/davidnewhall/unpackerr";
|
||||
|
|
Loading…
Reference in a new issue