mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: scrot: Add source mirror.
* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
This commit is contained in:
@@ -382,9 +382,12 @@ move windows, switch between desktops, etc.).")
|
||||
(version "0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://linuxbrit.co.uk/downloads/scrot-"
|
||||
version ".tar.gz"))
|
||||
(uri (list (string-append
|
||||
"http://linuxbrit.co.uk/downloads/scrot-"
|
||||
version ".tar.gz")
|
||||
(string-append
|
||||
"https://fossies.org/linux/privat/old/scrot-"
|
||||
version "tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
||||
|
||||
Reference in New Issue
Block a user