Skip to content

Commit e00fa90

Browse files
authored
television: 0.10.7 -> 0.10.8 (#390466)
2 parents 0f80da4 + 6ddc89e commit e00fa90

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.7";
11+
version = "0.10.8";
1212

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

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-TtLPH6k1oXAJRgbUXTvcOMOWmYCOCuhM+82yLBkwPXo=";
21+
cargoHash = "sha256-lwIUmJ/Hgl6Kycd+SVRCawwlF7UJ0pyE2r6iJInYWX8=";
2222

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

0 commit comments

Comments
 (0)