gnash: 0.8.11-2017-03-08 -> 0.8.11-2019-02-16
This commit is contained in:
parent
e5405f9ae8
commit
1985d423c3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user