Unverified Commit 9a5ae6ec authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

mythtv: update src hash to fix build (#403835)

parents 42ba6772 848fcac1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ mkDerivation rec {
  src = fetchFromGitHub {
    owner = "MythTV";
    repo = "mythtv";
    rev = "v${version}";
    hash = "sha256-ZhVlDX5I6SJEntVg30Iy/XxgsorDjFycAt2uksJMJps=";
    tag = "v${version}";
    hash = "sha256-4mWtPJi2CBoek8LWEfdFxe1ybomAOCTWBTKExMm7nLU=";
  };

  patches = [