gnu: nzbget: Don't use unstable tarball.

* gnu/packages/networking.scm (nzbget)[source]: Download using release
source tarball.
This commit is contained in:
Efraim Flashner 2020-06-23 17:10:34 +03:00
parent a2a7cc9bfc
commit 59bcda1e8c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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>.