Unverified Commit a3980c78 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

mythtv: prefer tag rather than rev for fetchFromGitHub

The feature was introduced in 7822cb34
parent 3358290e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ mkDerivation rec {
  src = fetchFromGitHub {
    owner = "MythTV";
    repo = "mythtv";
    rev = "v${version}";
    tag = "v${version}";
    hash = "sha256-ZhVlDX5I6SJEntVg30Iy/XxgsorDjFycAt2uksJMJps=";
  };