ff2mpv: 5.0.1 -> 5.1.0

This commit is contained in:
mlyxshi
2024-02-03 03:10:25 -08:00
committed by GitHub
parent ff3edd977f
commit bad435e158
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ff2mpv";
version = "5.0.1";
version = "5.1.0";
src = fetchFromGitHub {
owner = "woodruffw";
repo = pname;
rev = "v${version}";
hash = "sha256-unSnySEhaaLIW/6R+vmNONb5xMSgQLtSsOLGcfuW0RY=";
hash = "sha256-Xx18EX/MxLrnwZGwMFZJxJURUpjU2P01CQue5XbZ3fw=";
};
buildInputs = [ python3 mpv ];