diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-01-19 12:10:51 +0000 |
|---|---|---|
| committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-21 20:00:02 +0800 |
| commit | dd6daa13e37de8aa9cac9769eee77213db1bbf38 (patch) | |
| tree | 66421c63eaaa0578b54332b2ab3b7c5ea29f1f34 /gnu/packages/file-systems.scm | |
| parent | 32d1c24332e1ab32faf8e4672b6e13ba29742695 (diff) | |
gnu: zfs: Update to 2.3.0.
* gnu/packages/file-systems.scm (zfs): Update to 2.3.0.
Change-Id: I3c77bb5bd97aa1a437d439fcdf59b1bf03b562ae
Diffstat (limited to 'gnu/packages/file-systems.scm')
| -rw-r--r-- | gnu/packages/file-systems.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index bd3223a9c74..06aab0801c0 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1564,7 +1564,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.2.7") + (version "2.3.0") (outputs '("out" "module" "src")) (source (origin @@ -1573,7 +1573,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j")))) + (base32 "19jnjcpaknb8yf7zh7f36kmnb9m91ndzxwqpqfwwc92znpm8g1vf")))) (build-system linux-module-build-system) (arguments (list |
