Merge pull request #221666 from fpletz/fix-mpv-patch-hash
mpv: fix patch hash
This commit is contained in:
commit
2b051ed739
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue