packages: toys: Use the repo of a more featureful wayneko fork as git-reference
parent
4eee7421c4
commit
cab512e17f
|
@ -14,14 +14,14 @@
|
|||
(name "wayneko")
|
||||
(version "unknown")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://git.sr.ht/~leon_plickat/wayneko")
|
||||
(commit "ab5d2cb726cb7f677648c61862e37761e27c6b1a")))
|
||||
(sha256
|
||||
(base32 "13z4q4nj26fa14x5h8wx43jzxmz292pg3rw0m86imdjhnpp7rwp4"))))
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/look/wayneko")
|
||||
(commit "7e74af7adb42561a2c240e882d995f01085f1238")))
|
||||
(sha256
|
||||
(base32
|
||||
"1zdn7dkmd4bznk3bzxcna8h6i6ian98w09x23y51qsrsy301a2r2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags
|
||||
|
@ -35,7 +35,7 @@
|
|||
(list wayland
|
||||
pkg-config
|
||||
pixman))
|
||||
(home-page "https://git.sr.ht/~leon_plickat/wayneko")
|
||||
(home-page "https://codeberg.org/look/wayneko")
|
||||
(synopsis "The cute oneko cat chasing your mouse pointer, but now on
|
||||
wayland.")
|
||||
(description "The cute oneko cat chasing your mouse pointer, but now on
|
||||
|
|
Loading…
Reference in New Issue