Skip to content

Commit 51572cb

Browse files
authored
kodiPackages.orftvthek: 1.0.2+matrix.1 -> 1.0.3+matrix.1 (NixOS#470810)
2 parents a9ee09b + 755c42f commit 51572cb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/video/kodi/addons/orftvthek

1 file changed

+2
-2
lines changed

pkgs/applications/video/kodi/addons/orftvthek/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
buildKodiAddon rec {
1111
pname = "orftvthek";
1212
namespace = "plugin.video.orftvthek";
13-
version = "1.0.2+matrix.1";
13+
version = "1.0.3+matrix.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "s0faking";
1717
repo = namespace;
1818
rev = version;
19-
sha256 = "sha256-bCVsR7lH0REJmG3OKU8mRRvw/PhSrLfhufmVBmw05+k=";
19+
sha256 = "sha256-HWx1Uj/yOJ5Tggyd8EJHyBfpUAbtfk89XpWTKzl6Ie0=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)