guix-epistemia

Personal Guix channel
Log | Files | Refs

commit ee757cdd4dad2fb5feb3f36fce33f3ab9d3ce9ea
parent 14ebabb96c541e4e84451fef94c185267da16a04
Author: Vineet Kumar <git@vineetk.net>
Date:   Tue, 20 Jan 2026 16:50:17 -0500

update zfs to 2.4.0 from 2.3.5

still need to upstream this later. I should ask in their irc later
what the process is like for guix.

Diffstat:
Mepistemia/packages/zfs.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/epistemia/packages/zfs.scm b/epistemia/packages/zfs.scm @@ -10,14 +10,14 @@ (package (inherit zfs) (name "zfs-linux") - (version "2.3.5") ;; not packaged in upstream guix yet + (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 "0rr076qk07n1430xwvbd1wivvi5cfq7694b85jjay5d6m35y0sij")))) + (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv")))) (arguments (substitute-keyword-arguments (package-arguments zfs) ((#:linux _ #f) linux-6.17)))))