mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: nzbget: Don't use unstable tarball.
* gnu/packages/networking.scm (nzbget)[source]: Download using release source tarball.
This commit is contained in:
parent
a2a7cc9bfc
commit
59bcda1e8c
1 changed files with 4 additions and 4 deletions
|
@ -1866,12 +1866,12 @@ (define-public nzbget
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/nzbget/nzbget/archive/v"
|
(uri (string-append "https://github.com/nzbget/nzbget/releases"
|
||||||
version ".tar.gz"))
|
"/download/v" version
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
"/nzbget-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l3dzxz7d7jf6cyach41zirvsx1x0vs4nh053c0miycv7zjyrly7"))
|
"0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>.
|
;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>.
|
||||||
|
|
Loading…
Reference in a new issue