Skip to content

Commit 77fa9b8

Browse files
authored
television: 0.10.4 -> 0.10.6 (#380763)
2 parents 3c32085 + 4758c02 commit 77fa9b8

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

1313
src = fetchFromGitHub {
1414
owner = "alexpasmantier";
1515
repo = "television";
1616
tag = version;
17-
hash = "sha256-ja3Xqp8nRTQnf0K1okHSBPcqQe/m8DqH7UWbdohxlvM=";
17+
hash = "sha256-O5BV3+zOUnDdviA8tCGxYmPTTBfge5+BKolIgJSqgOI=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-eplkAaNgoAxMLK3BG0EvNLYT1T3vJpHpbuGvwooegeI=";
21+
cargoHash = "sha256-4ApdtAuVQNeBBgBhXpp/N3CMLTZKPJnI3vUiAQUddyg=";
2222

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

0 commit comments

Comments
 (0)