mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: zfs: Update source URI.
* gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
This commit is contained in:
parent
cff43aa2fd
commit
bcde6cdaf2
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ (define-public zfs
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/zfsonlinux/zfs/releases"
|
(uri (string-append "https://github.com/openzfs/zfs/releases"
|
||||||
"/download/zfs-" version
|
"/download/zfs-" version
|
||||||
"/zfs-" version ".tar.gz"))
|
"/zfs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue