From cfe4459f97d8b93d46ef4bdca47adb1043e93dad Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Sun, 28 Jun 2026 19:45:31 +0200 Subject: [PATCH] stremio-linux-shell: 1.0.0 -> 1.0.2 Changelog: - https://github.com/Stremio/stremio-linux-shell/releases/tag/v1.0.1 - https://github.com/Stremio/stremio-linux-shell/releases/tag/v1.0.2 Diff: https://github.com/Stremio/stremio-linux-shell/compare/v1.0.0...v1.0.2 --- pkgs/by-name/st/stremio-linux-shell/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/stremio-linux-shell/package.nix b/pkgs/by-name/st/stremio-linux-shell/package.nix index 2ef8b4b9edbd..c93dffdd91e9 100644 --- a/pkgs/by-name/st/stremio-linux-shell/package.nix +++ b/pkgs/by-name/st/stremio-linux-shell/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "stremio-linux-shell"; - version = "1.0.0"; + version = "1.0.2"; strictDeps = true; __structuredAttrs = true; @@ -35,10 +35,10 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "Stremio"; repo = "stremio-linux-shell"; tag = "v${finalAttrs.version}"; - hash = "sha256-iCX2YOF+I5oqnpOLnBKI5l7wRk4Ij8st2RTix5byu5c="; + hash = "sha256-NbzUAv/L8xzdepqn677nlROumjlliZIHzPXIToHHeTU="; }; - cargoHash = "sha256-4hioDrZAlZbi7ilUvfZJAVJoFAJmrErhxuemkmpKeCM="; + cargoHash = "sha256-yafkD7D0E+lbFV7MlLwQM4iWC8Glo/Tn2F+TFff6GoM="; postPatch = '' substituteInPlace data/com.stremio.Stremio.service \ @@ -83,6 +83,8 @@ rustPlatform.buildRustPackage (finalAttrs: { wrapGApp $out/bin/stremio \ --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ addDriverRunpath.driverLink ]}" \ --prefix PATH : "${lib.makeBinPath [ nodejs ]}" \ + --prefix ANV_DEBUG : "video-decode,video-encode" \ + --prefix LC_NUMERIC : "C" \ --prefix SERVER_PATH : "$out/libexec/stremio/server.js" '';