update hyprland to 0.45

This commit is contained in:
Freya Murphy 2024-11-10 14:38:55 -05:00
parent 92bd36b305
commit 46743fa857
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -193,7 +193,7 @@ for c++.")
(define-public hyprutils (define-public hyprutils
(package (package
(name "hyprutils") (name "hyprutils")
(version "0.2.3") (version "0.2.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -202,7 +202,7 @@ for c++.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"01dh24rf62gb6xm32f7mfv6wx0dxprr1q9y73hvv7xanrjyia2zn")))) "12zkcbidj8h7w3qhfcyzkg240v7kpp3h7wf8fcsa8yj18a5mxya1"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (list #:tests? #f)) (arguments (list #:tests? #f))
(native-inputs (list gcc-13 pkg-config pixman)) (native-inputs (list gcc-13 pkg-config pixman))
@ -215,7 +215,7 @@ for c++.")
(define-public aquamarine (define-public aquamarine
(package (package
(name "aquamarine") (name "aquamarine")
(version "0.4.3") (version "0.4.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -224,7 +224,7 @@ for c++.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0x1zz1ywchs0awkjkvdgskgqnp6pz5lqwmgr8g0zc0i7inhyg1p3")))) "0dq3m4q34ck0y2kyhzh6w42gs8j107bsxcn7c7qkf2zn6kp0qd78"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:cmake cmake-3.30 (list #:cmake cmake-3.30
@ -253,7 +253,7 @@ for c++.")
(define-public hyprland (define-public hyprland
(package (package
(name "hyprland") (name "hyprland")
(version "0.44.1") (version "0.45.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -270,7 +270,7 @@ for c++.")
"subprojects")))) "subprojects"))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11vw1h9al4jvqprwbrmxvcpxwhvsjj398wbz4flqbnmxa8idvdq1")))) (base32 "1wawqdc6wjk724b5drsh3nxhmss9ksk2ks94490lgf22wmf3ck3g"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:cmake cmake-3.30 (list #:cmake cmake-3.30
@ -539,7 +539,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(define-public hyprland-plugin-hy3 (define-public hyprland-plugin-hy3
(package (package
(name "hyprland-plugin-hy3") (name "hyprland-plugin-hy3")
(version "0.44.0") (version "0.45.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -547,7 +547,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit (string-append "hl" version)))) (commit (string-append "hl" version))))
(sha256 (sha256
(base32 (base32
"03gxjkn43j85ff8d0hx9nhv5bfwv7vw7m8kacpmajmfnx43mldg9")))) "01h0a3plvs1na9b1miqdkx0l622mk542slagydajqka7sh9fwwvg"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:cmake cmake-3.30 (list #:cmake cmake-3.30
@ -580,7 +580,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
((_ plugin) ((_ plugin)
(package (package
(name (string-append "hyprland-plugin-" plugin)) (name (string-append "hyprland-plugin-" plugin))
(version "0.44.0") (version "0.45.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -589,7 +589,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"0v2zwvrjgc7zg4l8c50934kyq3y5x9f0d34gh3kyh44grfn8w9zx")) "0nfxcr6mxjvrja0jdsrrlyixfaaqdnfszp7bh8x8cqz9qp167sc4"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
@ -641,7 +641,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(define-public hyprland-plugins (define-public hyprland-plugins
(package (package
(name "hyprland-plugins") (name "hyprland-plugins")
(version "0.44.0") (version "0.45.0")
(source #f) (source #f)
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments '(#:builder (begin (mkdir %output) #t))) (arguments '(#:builder (begin (mkdir %output) #t)))