Skip to content

Commit 29a5f38

Browse files
committed
1 parent 688c8b4 commit 29a5f38

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

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

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

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

0 commit comments

Comments
 (0)