Hyprland update

This commit is contained in:
Daniel Ziltener 2023-12-28 22:33:00 +01:00
parent 1eb21f9591
commit c616f18984
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -39,7 +39,7 @@
(define-public hwdata (define-public hwdata
(package (package
(name "hwdata") (name "hwdata")
(version "0.376") ;updated monthly (version "0.377") ;updated monthly
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -48,7 +48,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0g758llcr3g76yig7crxffzd9vsw0w3hr6z976lpgxblcdm82nrk")))) "0pfnghr9i6aazhmhm4chia6bpnqvmrc60q62dx5561av7zkgsdhq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))