Skip to content

Commit ff716d5

Browse files
feat: Update stremio to 1.0.1 (#528)
Co-authored-by: flakebuilderapp[bot] <flakebuilderapp[bot]@users.noreply.github.com>
1 parent 0547f99 commit ff716d5

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.0";
23+
version = "1.0.1";
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-iCX2YOF+I5oqnpOLnBKI5l7wRk4Ij8st2RTix5byu5c=";
32+
hash = "sha256-q6VDjCSi5AvooW9gUnsGkL7FddC6p6eAaJRDM3jplh8=";
3333
};
3434

35-
cargoHash = "sha256-4hioDrZAlZbi7ilUvfZJAVJoFAJmrErhxuemkmpKeCM=";
35+
cargoHash = "sha256-0r+nO+CPSZ1/7Day05jX2jjjcJRPpW3hTeaBMleOEMQ=";
3636

3737
nativeBuildInputs = [
3838
pkg-config

0 commit comments

Comments
 (0)