summaryrefslogtreecommitdiff
path: root/epistemia/packages
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-01-20 16:50:17 -0500
committerVineet Kumar <git@vineetk.net>2026-01-20 17:00:09 -0500
commitee757cdd4dad2fb5feb3f36fce33f3ab9d3ce9ea (patch)
tree23f27cf3731a544748042cb42d86fb3c93978fa9 /epistemia/packages
parent14ebabb96c541e4e84451fef94c185267da16a04 (diff)
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 (limited to 'epistemia/packages')
-rw-r--r--epistemia/packages/zfs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/epistemia/packages/zfs.scm b/epistemia/packages/zfs.scm
index b6c8766..bc86161 100644
--- a/epistemia/packages/zfs.scm
+++ b/epistemia/packages/zfs.scm
@@ -10,14 +10,14 @@
10 (package 10 (package
11 (inherit zfs) 11 (inherit zfs)
12 (name "zfs-linux") 12 (name "zfs-linux")
13 (version "2.3.5") ;; not packaged in upstream guix yet 13 (version "2.4.0") ;; not packaged in upstream guix yet
14 (source 14 (source
15 (origin 15 (origin
16 (method url-fetch) 16 (method url-fetch)
17 (uri (string-append "https://github.com/openzfs/zfs/releases/download/zfs-" 17 (uri (string-append "https://github.com/openzfs/zfs/releases/download/zfs-"
18 version "/zfs-" version ".tar.gz")) 18 version "/zfs-" version ".tar.gz"))
19 (sha256 19 (sha256
20 (base32 "0rr076qk07n1430xwvbd1wivvi5cfq7694b85jjay5d6m35y0sij")))) 20 (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv"))))
21 (arguments 21 (arguments
22 (substitute-keyword-arguments (package-arguments zfs) 22 (substitute-keyword-arguments (package-arguments zfs)
23 ((#:linux _ #f) linux-6.17))))) 23 ((#:linux _ #f) linux-6.17)))))