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

This commit is contained in:
Wolfgang Walther
2025-05-03 08:14:10 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [