gnu: nmrpflash: Update to 0.9.16.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.16.
This commit is contained in:
parent
8860e9db56
commit
56b29a61e8
1 changed files with 3 additions and 4 deletions
|
@ -4508,7 +4508,7 @@ entries, providing commands to add, remove, comment, and search.")
|
||||||
(define-public nmrpflash
|
(define-public nmrpflash
|
||||||
(package
|
(package
|
||||||
(name "nmrpflash")
|
(name "nmrpflash")
|
||||||
(version "0.9.15")
|
(version "0.9.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4517,7 +4517,7 @@ entries, providing commands to add, remove, comment, and search.")
|
||||||
(url "https://github.com/jclehner/nmrpflash")
|
(url "https://github.com/jclehner/nmrpflash")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ssfls1sfh8w748qsnkfgndlpw395100x2yynzbk5jd56scxvp20"))
|
(base32 "0gp66l3a2wznjnlc2ljs8g38mfrf1b9a0qcfxqg2bczmfxnrsynj"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -4534,8 +4534,7 @@ entries, providing commands to add, remove, comment, and search.")
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(add-before 'install 'prepare-install
|
(add-before 'install 'prepare-install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(mkdir-p (string-append (assoc-ref outputs "out") "/bin"))
|
(mkdir-p (string-append (assoc-ref outputs "out") "/bin")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/jclehner/nmrpflash")
|
(home-page "https://github.com/jclehner/nmrpflash")
|
||||||
(synopsis "Netgear unbrick utility")
|
(synopsis "Netgear unbrick utility")
|
||||||
(description "This package provides a utility to flash a new firmware
|
(description "This package provides a utility to flash a new firmware
|
||||||
|
|
Reference in a new issue