3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wireshark: Update to 3.4.5 [security fixes].

* gnu/packages/networking.scm (wireshark): Update to 3.4.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-22 16:10:39 +02:00
parent 78fb1dbca2
commit f93a2dd540
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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