Skip to content

Commit ee09032

Browse files
authored
television: 0.10.8 -> 0.10.9 (#390741)
2 parents 8362a67 + 6c56e1d commit ee09032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/television/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
}:
99
rustPlatform.buildRustPackage rec {
1010
pname = "television";
11-
version = "0.10.8";
11+
version = "0.10.9";
1212

1313
src = fetchFromGitHub {
1414
owner = "alexpasmantier";
1515
repo = "television";
1616
tag = version;
17-
hash = "sha256-2jUCRt0Ws0KHAClSsTAui8LOz6eGGpV7F7Z3DdzqORM=";
17+
hash = "sha256-R46r3S7zaogyVpdLGFIU1l6UDnRQ1lMZvd4RA6iq+qI=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-lwIUmJ/Hgl6Kycd+SVRCawwlF7UJ0pyE2r6iJInYWX8=";
21+
cargoHash = "sha256-teUJyLTUiSIbsMVOTj8/wBIimZOMDPQ/h6OryRsTJQ0=";
2222

2323
passthru = {
2424
tests.version = testers.testVersion {

0 commit comments

Comments
 (0)