update gtk themes
This commit is contained in:
parent
956e74803e
commit
f94ae7843b
1 changed files with 6 additions and 7 deletions
|
@ -16,19 +16,18 @@
|
|||
|
||||
|
||||
(define-public lavanda-gtk-theme
|
||||
(let ((commit "44c74ad34d272e07b91f779e62e63b6ef8645655"))
|
||||
(package
|
||||
(name "lavanda-gtk-theme")
|
||||
(version (git-version "" "0" commit))
|
||||
(version "2024-04-28")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/vinceliuice/Lavanda-gtk-theme.git")
|
||||
(commit commit)))
|
||||
(url "https://github.com/vinceliuice/Lavanda-gtk-theme")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1q253kl5lw9dpbmwaf715brdjka7b3s3kpl4i6s262dji84pp3dc"))
|
||||
"0mrgdvrybhihb2bmmgdng2py95dffk8b27nlazfxaj6709va3g6s"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system trivial-build-system)
|
||||
(inputs
|
||||
|
@ -70,7 +69,7 @@
|
|||
(define-public mint-themes
|
||||
(package
|
||||
(name "mint-themes")
|
||||
(version "2.1.8")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -78,7 +77,7 @@
|
|||
version "_all.deb"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a1j566a0p0nxmzil5z6qidzqd9dal1r5lv90x2v5s2slm162f3a"))
|
||||
"0zws6wsfgi8i85bxwgs4pysr960lldw0as2dsdfal01pzq0fib5q"))
|
||||
(file-name "source.deb")))
|
||||
(build-system trivial-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue