gnu: passff-host: Update to 1.2.4.

* gnu/packages/browser-extensions.scm (passff-host): Update to 1.2.4.

Change-Id: I66f7d9bc0026723169b4509f1a99188dd3b7fb44
This commit is contained in:
Clément Lassieur 2023-12-27 00:40:23 +01:00
parent 33b816864d
commit acc3781b2f
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -156,7 +156,7 @@ (define-public ublock-origin/icecat
(define-public passff-host
(package
(name "passff-host")
(version "1.2.3")
(version "1.2.4")
(home-page "https://github.com/passff/passff-host")
(source (origin
(method git-fetch)
@ -164,7 +164,7 @@ (define-public passff-host
(file-name (git-file-name name version))
(sha256
(base32
"1p18l1jh20x4v8dj64z9qjlp96fxsl5h069iynxfpbkzj6hd74yl"))))
"1lcwa1qzfxlifmj33qndp1wgi6yx6vj21ir0az79vhm5k03p961z"))))
(build-system copy-build-system)
(arguments
(let ((native-manifests "lib/icecat/native-messaging-hosts"))