Merge pull request #221666 from fpletz/fix-mpv-patch-hash

mpv: fix patch hash
This commit is contained in:
Weijia Wang
2023-03-17 18:06:59 +02:00
committed by GitHub
+1 -1
View File
@@ -99,7 +99,7 @@ in stdenv.mkDerivation (self: {
# fixes EDL error on youtube DASH streams https://github.com/mpv-player/mpv/issues/11392
# to be removed on next release
url = "https://github.com/mpv-player/mpv/commit/94c189dae76ba280d9883b16346c3dfb9720687e.patch";
sha256 = "sha256-MGXU1L5OSxY5bdEpu9vHngnRXMr7WHeHWuamhjcUD4A=";
sha256 = "sha256-GeAltLAwkOKk82YfXYSrkNEX08uPauh7+kVbBGPWeT8=";
})
];