mythtv: 34.0 -> 35.0

This commit is contained in:
R. Ryantm
2025-02-25 13:04:22 +00:00
parent 419b29d276
commit 27a89c7676
+2 -2
View File
@@ -43,13 +43,13 @@
mkDerivation rec {
pname = "mythtv";
version = "34.0";
version = "35.0";
src = fetchFromGitHub {
owner = "MythTV";
repo = "mythtv";
rev = "v${version}";
hash = "sha256-6/TEoyYIRq6pufYzGOmO5DB05JuDo9lqRAYT5N5M/L4=";
hash = "sha256-ZhVlDX5I6SJEntVg30Iy/XxgsorDjFycAt2uksJMJps=";
};
patches = [