Archived
1
0
Fork 0

gnu: wireshark: Update to 3.0.6.

* gnu/packages/networking.scm (wireshark): Update to 3.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-28 00:45:04 +01:00
parent ea46f9c97c
commit 85f8fb75ee
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -595,14 +595,14 @@ of the same name.")
(define-public wireshark (define-public wireshark
(package (package
(name "wireshark") (name "wireshark")
(version "3.0.5") (version "3.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-" (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "087qv7nd7zlbckvcs37fkkg7v0mw0hjd5yfbghqym764fpjgqlf5")))) (base32 "0gp3qg0280ysrsaa97yfazka8xcyrspsrw8bfgqxnpf1l0i40zx8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases