aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/ffms
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 20:54:45 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 20:54:45 -0800
commitf840ef145d87da2677bd456b9d1d39f2520225c5 (patch)
treea80be67258f9f81025c914e67fe8a206cfa97c62 /pkgs/development/libraries/ffms
parent2fcb11a2442b27834db87b2f62511037c31b5e36 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/ffms')
-rw-r--r--pkgs/development/libraries/ffms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffms/default.nix b/pkgs/development/libraries/ffms/default.nix
index 6b95d0f1692f..8a5a9705cb22 100644
--- a/pkgs/development/libraries/ffms/default.nix
+++ b/pkgs/development/libraries/ffms/default.nix
@@ -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";