Skip to content

Commit

Permalink
inv-sig-helper: 0-unstable-2024-09-24 -> 0-unstable-2024-12-10
Browse files Browse the repository at this point in the history
(cherry picked from commit 9453e4f)
  • Loading branch information
GaetanLepage authored and github-actions[bot] committed Dec 10, 2024
1 parent 6394761 commit 36b53b6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pkgs/by-name/in/inv-sig-helper/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,

Expand All @@ -9,32 +8,33 @@

# buildInputs
openssl,
darwin,

# passthru
unstableGitUpdater,
}:

rustPlatform.buildRustPackage {
pname = "inv-sig-helper";
version = "0-unstable-2024-09-24";
version = "0-unstable-2024-12-10";

src = fetchFromGitHub {
owner = "iv-org";
repo = "inv_sig_helper";
rev = "5025e49e6106f93ec06d0e3fd542a51e1c44c25a";
hash = "sha256-fMRjkZRMvcro3pOO20l5zRDOwn/E5KTVBOiDmcGROz4=";
rev = "ac0269f1586df5a853c4321256866bcbea89802b";
hash = "sha256-w8ZvNCs6xz79RjAzIVhtYRJoLzC97RYm2U1ydao3Ons=";
};

cargoHash = "sha256-AisolMo++xMDesdfafeGx37r7sGbk0P0vMsHq0YTUL4=";
cargoHash = "sha256-Y9q64ltv2QRtRUy5t40JIfwFh8ryO1D0Gdg7xO1azws=";

nativeBuildInputs = [
pkg-config
];

buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
buildInputs = [
openssl
];

passthru.updateScript = unstableGitUpdater { };

meta = {
description = "Rust service that decrypts YouTube signatures and manages player information";
Expand Down

0 comments on commit 36b53b6

Please sign in to comment.