mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: usbguard: Update to 1.1.2.
* gnu/packages/hardware.scm (usbguard): Update to 1.1.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
564baef89c
commit
dbc9a9a81b
1 changed files with 2 additions and 2 deletions
|
@ -1121,7 +1121,7 @@ (define-public rkdeveloptool
|
|||
(define-public usbguard
|
||||
(package
|
||||
(name "usbguard")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1129,7 +1129,7 @@ (define-public usbguard
|
|||
(commit (string-append "usbguard-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask"))))
|
||||
(base32 "10qqjk7hsycc6hk51abwcld7i48038zqi1jzli59cfvc76ikrxj5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue