We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0547f99 commit ff716d5Copy full SHA for ff716d5
1 file changed
packages/stremio/default.nix
@@ -20,7 +20,7 @@
20
21
rustPlatform.buildRustPackage (finalAttrs: {
22
pname = "stremio-linux-shell";
23
- version = "1.0.0";
+ version = "1.0.1";
24
25
strictDeps = true;
26
__structuredAttrs = true;
@@ -29,10 +29,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
29
owner = "Stremio";
30
repo = "stremio-linux-shell";
31
tag = "v${finalAttrs.version}";
32
- hash = "sha256-iCX2YOF+I5oqnpOLnBKI5l7wRk4Ij8st2RTix5byu5c=";
+ hash = "sha256-q6VDjCSi5AvooW9gUnsGkL7FddC6p6eAaJRDM3jplh8=";
33
};
34
35
- cargoHash = "sha256-4hioDrZAlZbi7ilUvfZJAVJoFAJmrErhxuemkmpKeCM=";
+ cargoHash = "sha256-0r+nO+CPSZ1/7Day05jX2jjjcJRPpW3hTeaBMleOEMQ=";
36
37
nativeBuildInputs = [
38
pkg-config
0 commit comments