pkgs: ff2mpv-go: fix 'vendorHash'

This commit is contained in:
Bruno BELANYI 2023-03-07 12:34:07 +00:00
parent 8b7198d7e7
commit 04734c8bd2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ buildGoModule rec {
sha256 = "sha256-e/AuOA3isFTyBf97Zwtr16yo49UdYzvktV5PKB/eH/s=";
};
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorHash = null;
postPatch = ''
sed -i -e 's,"mpv","${mpv}/bin/mpv",' ff2mpv.go