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 ed6183b + 40576b5 commit 143b04fCopy full SHA for 143b04f
pkgs/by-name/te/television/package.nix
@@ -8,16 +8,16 @@
8
}:
9
rustPlatform.buildRustPackage rec {
10
pname = "television";
11
- version = "0.8.5";
+ version = "0.8.6";
12
13
src = fetchFromGitHub {
14
owner = "alexpasmantier";
15
repo = "television";
16
- rev = "refs/tags/" + version;
17
- hash = "sha256-LzO6LpKsox5U2IHYZXDDkUbPeZmAa/gBpG6nk78tIzQ=";
+ tag = version;
+ hash = "sha256-p6RuLuhtgVOa8+l0JU5byQ4SHG/TmURPlZUMNVqvfp8=";
18
};
19
20
- cargoHash = "sha256-I0muMgPfk72dnR4iufipjt+C7v6X/IMOdLCH12qHjA8=";
+ cargoHash = "sha256-0tXsoKSQ0c3po75oMd6LTG+HSkKr5UvI0lBg6FySwfs=";
21
22
passthru = {
23
tests.version = testers.testVersion {
0 commit comments