gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e.
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230405135900-a54ae9f3611e. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
e2f25b79cb
commit
96e6cd6ae1
|
@ -4505,7 +4505,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-20230223180716-34d21f24a9eb")
|
(version "0.0.0-20230405135900-a54ae9f3611e")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4514,7 +4514,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
|
||||||
"0zfkqiimqwg89njqm9qbwki3fgy0rqx8wr95hq813zk0rf3bj1ka"))))
|
"1qgv8dcrsyzjzppvdk0n5kkyaypcjm1hcn9lb29ahvbhm70cpm6a"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-source? #f
|
(list #:install-source? #f
|
||||||
|
|
Reference in New Issue