Merge pull request #56208 from rnhmjoj/gnash

gnash: 0.8.11-2017-03-08 -> 0.8.11-2019-02-16
This commit is contained in:
Ryan Mulligan 2019-02-22 20:23:47 -08:00 committed by GitHub
commit d6dd7f6ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,10 @@
, enableQt ? false, qt4 ? null
# media
, enableFFmpeg ? true, ffmpeg_2 ? null
, enableFFmpeg ? true, ffmpeg_2 ? null
# misc
, enableJemalloc ? true, jemalloc ? null
, enableJemalloc ? true, jemalloc ? null
, enableHwAccel ? true
, enablePlugins ? false, xulrunner ? null, npapi_sdk ? null
}:
@ -66,12 +66,12 @@ assert length renderers == 0 -> throw "at least one renderer must be enabled";
stdenv.mkDerivation rec {
name = "gnash-${version}";
version = "0.8.11-2017-03-08";
version = "0.8.11-2019-30-01";
src = fetchgit {
url = "git://git.sv.gnu.org/gnash.git";
rev = "8a11e60585db4ed6bc4eafadfbd9b3123ced45d9";
sha256 = "1qas084gc4s9cb2jbwi2s1h4hk7m92xmrsb596sd14h0i44dai02";
rev = "583ccbc1275c7701dc4843ec12142ff86bb305b4";
sha256 = "0fh0bljn0i6ypyh6l99afi855p7ki7lm869nq1qj6k8hrrwhmfry";
};
postPatch = ''