summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-11-19 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-11-19 01:00:00 +0100
commita5a9a70a0d864322aed3f4926608042c5ae2d73a (patch)
treea0bbf2eab1b40341d39c3197469466c6729525bf /gnu/packages/disk.scm
parent04a990ad3007ba45e4b79e235fa521b11d517fb7 (diff)
gnu: nwipe: Update to 0.35.
* gnu/packages/disk.scm (nwipe): Update to 0.35. [inputs]: Add libconfig. Change-Id: Ia4d704ffd58c3d4ea6d10e718808797b528438e0
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm12
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 113455eee53..754c70897c7 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1651,7 +1651,7 @@ gone and to help you to clean it up.")
1651(define-public nwipe 1651(define-public nwipe
1652 (package 1652 (package
1653 (name "nwipe") 1653 (name "nwipe")
1654 (version "0.34") 1654 (version "0.35")
1655 (source 1655 (source
1656 (origin 1656 (origin
1657 (method git-fetch) 1657 (method git-fetch)
@@ -1660,7 +1660,7 @@ gone and to help you to clean it up.")
1660 (commit (string-append "v" version)))) 1660 (commit (string-append "v" version))))
1661 (file-name (git-file-name name version)) 1661 (file-name (git-file-name name version))
1662 (sha256 1662 (sha256
1663 (base32 "1frwjgz4mpzwr9sigr693crmxsjl08wcikh6ik7dm0x40l1kqqpd")))) 1663 (base32 "1bj20y52qzz2ja56yf1pxqjg3lsda35c2k5hcj3lqm69jpsla2wq"))))
1664 (build-system gnu-build-system) 1664 (build-system gnu-build-system)
1665 (arguments 1665 (arguments
1666 (list #:phases 1666 (list #:phases
@@ -1674,7 +1674,13 @@ gone and to help you to clean it up.")
1674 "sbin/hdparm" 1674 "sbin/hdparm"
1675 "sbin/smartctl"))))))))) 1675 "sbin/smartctl")))))))))
1676 (inputs 1676 (inputs
1677 (list bash-minimal dmidecode hdparm ncurses parted smartmontools)) 1677 (list bash-minimal
1678 dmidecode
1679 hdparm
1680 libconfig
1681 ncurses
1682 parted
1683 smartmontools))
1678 (native-inputs 1684 (native-inputs
1679 (list autoconf automake libtool pkg-config)) 1685 (list autoconf automake libtool pkg-config))
1680 (home-page "https://github.com/martijnvanbrummelen/nwipe") 1686 (home-page "https://github.com/martijnvanbrummelen/nwipe")