ffms: 2.22 -> 2.23

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ffms/versions
This commit is contained in:
R. RyanTM 2019-03-01 20:54:45 -08:00
parent 2fcb11a244
commit f840ef145d

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ffms-${version}";
version = "2.22";
version = "2.23";
src = fetchFromGitHub {
owner = "FFMS";
repo = "ffms2";
rev = version;
sha256 = "1ywcx1f3q533qfrbck5qhik3l617qhm062l8zixv02gnla7w6rkm";
sha256 = "0dkz5b3gxq5p4xz0qqg6l2sigszrlsinz3skyf0ln4wf3zrvf8m5";
};
NIX_CFLAGS_COMPILE = "-fPIC";