Skip to content

Commit ee4bb0d

Browse files
feat: Update stremio to 1.0.3 (#534)
Co-authored-by: flakebuilderapp[bot] <flakebuilderapp[bot]@users.noreply.github.com>
1 parent b0563ff commit ee4bb0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/stremio/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "stremio-linux-shell";
23-
version = "1.0.2";
23+
version = "1.0.3";
2424

2525
strictDeps = true;
2626
__structuredAttrs = true;
@@ -29,10 +29,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
2929
owner = "Stremio";
3030
repo = "stremio-linux-shell";
3131
tag = "v${finalAttrs.version}";
32-
hash = "sha256-NbzUAv/L8xzdepqn677nlROumjlliZIHzPXIToHHeTU=";
32+
hash = "sha256-xn+X+Bobs/Z1wDZruDA7UgzJwBT2PuCPbddrw67JWJM=";
3333
};
3434

35-
cargoHash = "sha256-yafkD7D0E+lbFV7MlLwQM4iWC8Glo/Tn2F+TFff6GoM=";
35+
cargoHash = "sha256-lIhL2u3bpCpU61zd2yTYLm9h+qMmQbRwkDPpnLWwx+o=";
3636

3737
nativeBuildInputs = [
3838
pkg-config

0 commit comments

Comments
 (0)