summaryrefslogtreecommitdiff
path: root/epistemia/packages
diff options
context:
space:
mode:
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)))))