lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18562 from taku0/flashplayer-11.2.202.635

flashplayer: 11.2.202.632 -> 11.2.202.635

authored by

Lancelot SIX and committed by
GitHub
28d286ac 32d00f50

+2 -2
+2 -2
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
··· 70 70 in 71 71 stdenv.mkDerivation rec { 72 72 name = "flashplayer-${version}"; 73 - version = "11.2.202.632"; 73 + version = "11.2.202.635"; 74 74 75 75 src = fetchurl { 76 76 url = "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_${version}_archive.zip"; 77 - sha256 = "0nf2d7jn8g6bp9vilkwwkkh6pm05fg3h73njsn4yvx3285k73lpn"; 77 + sha256 = "0xlaf6152ksknigrv6fsasscyfnjkxml4nl22apiwzb34nrbzk3m"; 78 78 }; 79 79 80 80 nativeBuildInputs = [ unzip ];