mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/zfsonlinux/zfs/releases"
|
||||
(uri (string-append "https://github.com/openzfs/zfs/releases"
|
||||
"/download/zfs-" version
|
||||
"/zfs-" version ".tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue