Skip to content

Commit 40576b5

Browse files
committed
1 parent 9a1c989 commit 40576b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/te/television/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
}:
99
rustPlatform.buildRustPackage rec {
1010
pname = "television";
11-
version = "0.8.5";
11+
version = "0.8.6";
1212

1313
src = fetchFromGitHub {
1414
owner = "alexpasmantier";
1515
repo = "television";
16-
rev = "refs/tags/" + version;
17-
hash = "sha256-LzO6LpKsox5U2IHYZXDDkUbPeZmAa/gBpG6nk78tIzQ=";
16+
tag = version;
17+
hash = "sha256-p6RuLuhtgVOa8+l0JU5byQ4SHG/TmURPlZUMNVqvfp8=";
1818
};
1919

20-
cargoHash = "sha256-I0muMgPfk72dnR4iufipjt+C7v6X/IMOdLCH12qHjA8=";
20+
cargoHash = "sha256-0tXsoKSQ0c3po75oMd6LTG+HSkKr5UvI0lBg6FySwfs=";
2121

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

0 commit comments

Comments
 (0)