diff options
author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2023-06-13 21:26:08 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-06-19 11:08:04 +0100 |
commit | 4d9ddeef3ad126725c99c56a4860a4b44a72d4a3 (patch) | |
tree | f0af2a8af545393ec1b06aec6c07cb947b6734ac | |
parent | 3acd924f2ae2a5af41aacbcd615f2221acb53d9e (diff) |
gnu: zfs: Update to 2.1.12.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.12.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 536b01f2f7..dd84696316 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1364,7 +1364,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.1.11") + (version "2.1.12") (outputs '("out" "module" "src")) (source (origin @@ -1373,7 +1373,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "1cnfv3adk7prl6b8r3nw62y6dbjy2q7ai68p9xc0g8nhaklf8kx5")))) + (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4")))) (build-system linux-module-build-system) (arguments (list |