mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
wireshark: bugfix+CVE update to current old-stable
The old version also didn't build anymore on x-updates.
This commit is contained in:
parent
b97e4a1ac6
commit
5fd97b7067
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
, makeDesktopItem
|
||||
}:
|
||||
|
||||
let version = "1.8.7"; in
|
||||
let version = "1.8.11"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wireshark-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
||||
sha256 = "0hm8zisy5dg7sfhh7rvgnpffq2qcw0syd8k5kns8j0j13sf44zjw";
|
||||
sha256 = "1nwgizs9z1dalicpp2fd9pqafidy49j0v3d1rml0spfqrkbjpfpw";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue