We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0563ff commit ee4bb0dCopy full SHA for ee4bb0d
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.2";
+ version = "1.0.3";
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-NbzUAv/L8xzdepqn677nlROumjlliZIHzPXIToHHeTU=";
+ hash = "sha256-xn+X+Bobs/Z1wDZruDA7UgzJwBT2PuCPbddrw67JWJM=";
33
};
34
35
- cargoHash = "sha256-yafkD7D0E+lbFV7MlLwQM4iWC8Glo/Tn2F+TFff6GoM=";
+ cargoHash = "sha256-lIhL2u3bpCpU61zd2yTYLm9h+qMmQbRwkDPpnLWwx+o=";
36
37
nativeBuildInputs = [
38
pkg-config
0 commit comments