gnu: wireshark: Update to 3.4.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Mar 2021 21:58:14 +0000 (22:58 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Mar 2021 22:11:58 +0000 (23:11 +0100)
* gnu/packages/networking.scm (wireshark): Update to 3.4.4.

gnu/packages/networking.scm

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