We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f80da4 + 6ddc89e commit e00fa90Copy full SHA for e00fa90
pkgs/by-name/te/television/package.nix
@@ -8,17 +8,17 @@
8
}:
9
rustPlatform.buildRustPackage rec {
10
pname = "television";
11
- version = "0.10.7";
+ version = "0.10.8";
12
13
src = fetchFromGitHub {
14
owner = "alexpasmantier";
15
repo = "television";
16
tag = version;
17
- hash = "sha256-M3n644064cmg7PHmJqQpPZHl4SjshERh2gkKCWvOzcw=";
+ hash = "sha256-2jUCRt0Ws0KHAClSsTAui8LOz6eGGpV7F7Z3DdzqORM=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-TtLPH6k1oXAJRgbUXTvcOMOWmYCOCuhM+82yLBkwPXo=";
+ cargoHash = "sha256-lwIUmJ/Hgl6Kycd+SVRCawwlF7UJ0pyE2r6iJInYWX8=";
22
23
passthru = {
24
tests.version = testers.testVersion {
0 commit comments