Skip to content

Commit 26b2bef

Browse files
authored
television: 0.11.14 -> 0.11.15 (NixOS#395122)
2 parents 7a1edc2 + c966955 commit 26b2bef

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

1313
src = fetchFromGitHub {
1414
owner = "alexpasmantier";
1515
repo = "television";
1616
tag = version;
17-
hash = "sha256-We8e61gQu7xOdfxI8BVHMyEXVQ83/r/h/olT8193k98=";
17+
hash = "sha256-2Yt98ZtoTHqCtyqGuPL583NBe2CHI+9PIyO0fnonM4E=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-5KLsHgPgbly9rAet259NA6k/Iuwa8SucIRUKU+gybiI=";
21+
cargoHash = "sha256-+T/WC7jq6qra9qxQ+mR929LQavETHTtAGHKWm81cwNU=";
2222

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

0 commit comments

Comments
 (0)