mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: zfs: Update to 2.2.4.
* gnu/packages/file-systems.scm (zfs): Update to 2.2.4. Change-Id: I43729fb61a6b52a3305c389c8657bdcba3b5e1f0 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
bc8a41f4a8
commit
7c3e596d8a
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
;;; Copyright © 2022 Brian Cully <bjc@spork.org>
|
||||
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
|
||||
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1442,7 +1443,7 @@ (define args
|
|||
(define-public zfs
|
||||
(package
|
||||
(name "zfs")
|
||||
(version "2.2.3")
|
||||
(version "2.2.4")
|
||||
(outputs '("out" "module" "src"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -1451,7 +1452,7 @@ (define-public zfs
|
|||
"/download/zfs-" version
|
||||
"/zfs-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hqsv2skymrhzg9n94bcna8r7m1zl30wjb5knaw43j659vri599h"))))
|
||||
(base32 "1h0yqchirzsn2gll1w2gclb13hr8511z67lf85cigm43frgr144p"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue