summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraid5atemyhomework <raid5atemyhomework@protonmail.com>2021-02-12 02:23:23 +0000
committer宋文武 <iyzsong@member.fsf.org>2021-02-12 13:56:38 +0800
commit8458d8db70885b350285e8b1490734349135e51e (patch)
treeb7d5f47994db39f7f145e2f02cae4bc4fd926b6b
parentf813750a4aa07797e0120babdd5efbe17f1d3911 (diff)
gnu: zfs: Update to 2.0.3.
* gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/packages/file-systems.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 0741ba60449..c8a5df37cd1 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -847,7 +847,7 @@ APFS.")
847(define-public zfs 847(define-public zfs
848 (package 848 (package
849 (name "zfs") 849 (name "zfs")
850 (version "2.0.2") 850 (version "2.0.3")
851 (outputs '("out" "module" "src")) 851 (outputs '("out" "module" "src"))
852 (source 852 (source
853 (origin 853 (origin
@@ -856,7 +856,7 @@ APFS.")
856 "/download/zfs-" version 856 "/download/zfs-" version
857 "/zfs-" version ".tar.gz")) 857 "/zfs-" version ".tar.gz"))
858 (sha256 858 (sha256
859 (base32 "090b2pp0cgzkjcnbjf8ms28dah5dff8s04q31z62czapwiy0drdx")))) 859 (base32 "0fg5hz1yy2z5ah0hzjv3xy5vcg1c214rps90dr80lfkalx5gd506"))))
860 (build-system linux-module-build-system) 860 (build-system linux-module-build-system)
861 (arguments 861 (arguments
862 `(;; The ZFS kernel module should not be downloaded since the license 862 `(;; The ZFS kernel module should not be downloaded since the license