mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: scrot: Add source mirror.
* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
This commit is contained in:
parent
6d22653e39
commit
9da459f350
1 changed files with 6 additions and 3 deletions
|
@ -382,9 +382,12 @@ (define-public scrot
|
|||
(version "0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
(uri (list (string-append
|
||||
"http://linuxbrit.co.uk/downloads/scrot-"
|
||||
version ".tar.gz"))
|
||||
version ".tar.gz")
|
||||
(string-append
|
||||
"https://fossies.org/linux/privat/old/scrot-"
|
||||
version "tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
||||
|
|
Loading…
Reference in a new issue