guix-epistemia

Personal Guix channel
Log | Files | Refs

commit 736cd67988d9a341b0061f78dc8413149965f199
parent fb67ad6b0f708b95d6658c0f4b13b1cd1272901a
Author: Vineet Kumar <git@vineetk.net>
Date:   Sun,  1 Mar 2026 15:55:48 -0500

update guix and nonguix channels

Diffstat:
Mepistemia/packages/zfs.scm | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/epistemia/packages/zfs.scm b/epistemia/packages/zfs.scm @@ -10,14 +10,6 @@ (package (inherit zfs) (name "zfs-linux") - (version "2.4.0") ;; not packaged in upstream guix yet - (source - (origin - (method url-fetch) - (uri (string-append "https://github.com/openzfs/zfs/releases/download/zfs-" - version "/zfs-" version ".tar.gz")) - (sha256 - (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv")))) (arguments (substitute-keyword-arguments (package-arguments zfs) - ((#:linux _ #f) linux-6.17))))) + ((#:linux _ #f) linux-6.18)))))