gnu: catatonit: Use git source.

* gnu/packages/containers.scm (catatonit)[source]: Switch to git-fetch.

Change-Id: Ic4340262a554a8799281b56074865b6d7f3a2378
This commit is contained in:
Zheng Junjie 2024-12-15 21:08:06 +08:00
parent 6dfc0a0d84
commit d52d8fe596
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -441,12 +441,13 @@ The binary is called @command{gvproxy}.")
(version "0.2.1") (version "0.2.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/openSUSE/catatonit/releases/download/v" (url "https://github.com/openSUSE/catatonit/")
version "/catatonit.tar.xz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "1g2rpnr97z5lc8a2l1qndbdlcp3mx8qckg8qyq92x1mg05al4l4r")))) (base32 "14vh0xpg6lzmh7r52vi9w1qfc14r7cfhfrbca7q5fg62d3hx7kxi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf automake libtool)) (list autoconf automake libtool))