Skip to content

Commit

Permalink
livepeer: 0.5.20 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 8, 2024
1 parent 5285900 commit 885c6e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/li/livepeer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
fetchFromGitHub,
buildGoModule,
pkg-config,
ffmpeg,
ffmpeg-livepeer,
gnutls,
nix-update-script,
}:

buildGoModule rec {
pname = "livepeer";
version = "0.5.20";
version = "0.8.0";

proxyVendor = true;
vendorHash = "sha256-aRZoAEnRai8i5H08ReW8lEFlbmarYxU0lBRhR/Llw+M=";
vendorHash = "sha256-FCTdPVa10/DUYYuZDLtZsrCXCRoDRfuvnkzhmHJNvrk=";

src = fetchFromGitHub {
owner = "livepeer";
repo = "go-livepeer";
rev = "refs/tags/v${version}";
hash = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU=";
hash = "sha256-UVL5y8z62pHi0mLueIp+iBxtzGf57LpGh+Czwg2pV0Q=";
};

nativeBuildInputs = [ pkg-config ];

buildInputs = [
ffmpeg
ffmpeg-livepeer
gnutls
];

Expand Down

0 comments on commit 885c6e3

Please sign in to comment.