gnu: phantomsocks: Update to 0.0.0-20230829023258-013a0002abe2.
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230829023258-013a0002abe2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>master
parent
4528fd6bbe
commit
848db3c718
|
@ -4530,7 +4530,7 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
|
||||||
(define-public phantomsocks
|
(define-public phantomsocks
|
||||||
(package
|
(package
|
||||||
(name "phantomsocks")
|
(name "phantomsocks")
|
||||||
(version "0.0.0-20230811053544-53b995bdab83")
|
(version "0.0.0-20230829023258-013a0002abe2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4539,7 +4539,7 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jc9qldi4f9s6n4ggaphyilxjymrz95hwd060jhj260x2hkdywl9"))))
|
"0pqq4mh6dr7fb7i001wggwkxpvavxq0ps9h2cmm4gv8ygh4v6f10"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-source? #f
|
(list #:install-source? #f
|
||||||
|
|
Reference in New Issue