diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-03-01 15:55:48 -0500 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-03-01 15:55:48 -0500 |
| commit | 736cd67988d9a341b0061f78dc8413149965f199 (patch) | |
| tree | d96c0cc6d8d30cccc76c7cc18744f26cdb990af8 | |
| parent | fb67ad6b0f708b95d6658c0f4b13b1cd1272901a (diff) | |
update guix and nonguix channels
| -rw-r--r-- | epistemia/packages/zfs.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/epistemia/packages/zfs.scm b/epistemia/packages/zfs.scm index bc86161..8f093d8 100644 --- a/epistemia/packages/zfs.scm +++ b/epistemia/packages/zfs.scm | |||
| @@ -10,14 +10,6 @@ | |||
| 10 | (package | 10 | (package |
| 11 | (inherit zfs) | 11 | (inherit zfs) |
| 12 | (name "zfs-linux") | 12 | (name "zfs-linux") |
| 13 | (version "2.4.0") ;; not packaged in upstream guix yet | ||
| 14 | (source | ||
| 15 | (origin | ||
| 16 | (method url-fetch) | ||
| 17 | (uri (string-append "https://github.com/openzfs/zfs/releases/download/zfs-" | ||
| 18 | version "/zfs-" version ".tar.gz")) | ||
| 19 | (sha256 | ||
| 20 | (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv")))) | ||
| 21 | (arguments | 13 | (arguments |
| 22 | (substitute-keyword-arguments (package-arguments zfs) | 14 | (substitute-keyword-arguments (package-arguments zfs) |
| 23 | ((#:linux _ #f) linux-6.17))))) | 15 | ((#:linux _ #f) linux-6.18))))) |
