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 8362a67 + 6c56e1d commit ee09032Copy full SHA for ee09032
pkgs/by-name/te/television/package.nix
@@ -8,17 +8,17 @@
8
}:
9
rustPlatform.buildRustPackage rec {
10
pname = "television";
11
- version = "0.10.8";
+ version = "0.10.9";
12
13
src = fetchFromGitHub {
14
owner = "alexpasmantier";
15
repo = "television";
16
tag = version;
17
- hash = "sha256-2jUCRt0Ws0KHAClSsTAui8LOz6eGGpV7F7Z3DdzqORM=";
+ hash = "sha256-R46r3S7zaogyVpdLGFIU1l6UDnRQ1lMZvd4RA6iq+qI=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-lwIUmJ/Hgl6Kycd+SVRCawwlF7UJ0pyE2r6iJInYWX8=";
+ cargoHash = "sha256-teUJyLTUiSIbsMVOTj8/wBIimZOMDPQ/h6OryRsTJQ0=";
22
23
passthru = {
24
tests.version = testers.testVersion {
0 commit comments