3
0
Fork 0
forked from mirrors/nixpkgs

jellyfin-ffmpeg: 5.0.1-8 -> 5.1-1

This commit is contained in:
R. Ryantm 2022-08-02 17:48:16 +00:00
parent 48f4befd44
commit 5b99fa8986

View file

@ -8,13 +8,13 @@
nv-codec-headers = nv-codec-headers-11;
}).overrideAttrs (old: rec {
pname = "jellyfin-ffmpeg";
version = "5.0.1-8";
version = "5.1-1";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-ffmpeg";
rev = "v${version}";
sha256 = "sha256-zr1WuTkOBAVk7JkpDT52rfGGOaXEqiPFIGmJUDPhI/w=";
sha256 = "sha256-R3+SJ2RNaRRK6+N9eGOf/0qUgaXkT/cswkxf+7W2+Fo=";
};
postPatch = ''