diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-02 23:16:42 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-03-27 18:30:26 +0800 |
| commit | dff9f21ff7478d6750bf5b6752a98436a373b7cb (patch) | |
| tree | de87016d41f72b28b6dcbcdc9c5297bca311c150 /gnu | |
| parent | 08f4dafd502d2dfd8140d69a325f09606293e3ae (diff) | |
gnu: zfs: Update to 2.4.1.
* gnu/packages/file-systems.scm (zfs): Update to 2.4.1.
Change-Id: I05b461f6290fd4278e27453c166d240ee37aa6c0
Merges: #7301
Diffstat (limited to 'gnu')
| -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 05f8f4b0d31..8e5912799b2 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1674,7 +1674,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.4.0") + (version "2.4.1") (outputs '("out" "module" "src")) (source (origin @@ -1683,7 +1683,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv")))) + (base32 "140k7hf83s509zq3igdh7dm7vw3hd99wgf4fax7ia8q01xvnjyy1")))) (build-system linux-module-build-system) (arguments (list |
