Archived
1
0
Fork 0

gnu: wireshark: Update to 3.2.6.

* gnu/packages/networking.scm (wireshark): Update to 3.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-20 06:16:15 +02:00
parent cecaa0b383
commit 48d9c7c59a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1235,14 +1235,14 @@ of the same name.")
(define-public wireshark (define-public wireshark
(package (package
(name "wireshark") (name "wireshark")
(version "3.2.5") (version "3.2.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 "0h69m9maq6w5gik4gamv4kfqrr37hmi4kpwh225y1k36awm0b2dx")))) (base32 "1wmlbrym6l5fkvic596yx74jz1pn4pfjihsx341fxv5w76zfxcgb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases