diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-11-18 22:06:09 +0000 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-01-31 23:39:00 +0800 |
| commit | 8296d371106ca0288bb58e6e40dee3ffa9e0d711 (patch) | |
| tree | ece6d360d62f34c402bd5d76aeeb6ff31a7e0ae7 /gnu/packages/file-systems.scm | |
| parent | 45d45099d7a8b4c428441984073a2329e440032d (diff) | |
gnu: zfs: Update to 2.4.0.
* gnu/packages/file-systems.scm (zfs): Update to 2.4.0.
Change-Id: I0841d20570de9deeae0390bf7a7e6a0da2f13961
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Merges: #4294
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 c06f216f666..6c73632bd34 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1721,7 +1721,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.3.4") + (version "2.4.0") (outputs '("out" "module" "src")) (source (origin @@ -1730,7 +1730,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "15d47y4alicdl99pjidks9p1hqk9glz5y0w024d1ccq16v7rghwy")))) + (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv")))) (build-system linux-module-build-system) (arguments (list |
