We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1edc2 + c966955 commit 26b2befCopy full SHA for 26b2bef
pkgs/by-name/te/television/package.nix
@@ -8,17 +8,17 @@
8
}:
9
rustPlatform.buildRustPackage rec {
10
pname = "television";
11
- version = "0.11.4";
+ version = "0.11.5";
12
13
src = fetchFromGitHub {
14
owner = "alexpasmantier";
15
repo = "television";
16
tag = version;
17
- hash = "sha256-We8e61gQu7xOdfxI8BVHMyEXVQ83/r/h/olT8193k98=";
+ hash = "sha256-2Yt98ZtoTHqCtyqGuPL583NBe2CHI+9PIyO0fnonM4E=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-5KLsHgPgbly9rAet259NA6k/Iuwa8SucIRUKU+gybiI=";
+ cargoHash = "sha256-+T/WC7jq6qra9qxQ+mR929LQavETHTtAGHKWm81cwNU=";
22
23
passthru = {
24
tests.version = testers.testVersion {
0 commit comments