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.
1 parent 688c8b4 commit 29a5f38Copy full SHA for 29a5f38
pkgs/by-name/te/television/package.nix
@@ -8,17 +8,17 @@
8
}:
9
rustPlatform.buildRustPackage rec {
10
pname = "television";
11
- version = "0.10.6";
+ version = "0.10.7";
12
13
src = fetchFromGitHub {
14
owner = "alexpasmantier";
15
repo = "television";
16
tag = version;
17
- hash = "sha256-O5BV3+zOUnDdviA8tCGxYmPTTBfge5+BKolIgJSqgOI=";
+ hash = "sha256-M3n644064cmg7PHmJqQpPZHl4SjshERh2gkKCWvOzcw=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-4ApdtAuVQNeBBgBhXpp/N3CMLTZKPJnI3vUiAQUddyg=";
+ cargoHash = "sha256-TtLPH6k1oXAJRgbUXTvcOMOWmYCOCuhM+82yLBkwPXo=";
22
23
passthru = {
24
tests.version = testers.testVersion {
0 commit comments