bunnyfetch: unstable-2021-05-24 -> unstable-2021-06-19

This commit is contained in:
Colin Nelson 2021-06-23 11:52:59 -07:00
parent 816d212fa2
commit 74e4ba987e
No known key found for this signature in database
GPG key ID: C7EA5A35EFEEE948

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bunnyfetch";
version = "unstable-2021-05-24";
version = "unstable-2021-06-19";
src = fetchFromGitHub {
owner = "Mewyuna";
repo = pname;
rev = "7bcc45fb590b37f410e60af893e679eb0729ecb1";
sha256 = "1lgqrwmxdxd1d99rr0akydfwcsbcmz75fkbq9zrl842rksnp5q3r";
owner = "Rosettea";
repo = "bunnyfetch";
rev = "24370338b936bae1ebdefea73e8372ac0b4d2858";
sha256 = "09wcffx6ak4djm2lrxq43n27p9qmczng4rf11qpwx3w4w67jvpz9";
};
vendorSha256 = "1vv69y0x06kn99lw995sbkb7vgd0yb18flkr2ml8ss7q2yvz37vi";
@ -16,11 +16,9 @@ buildGoModule rec {
# No upstream tests
doCheck = false;
subPackages = [ "." ];
meta = with lib; {
description = "Tiny system info fetch utility";
homepage = "https://github.com/Mewyuna/bunnyfetch";
homepage = "https://github.com/Rosettea/bunnyfetch";
license = licenses.mit;
maintainers = with maintainers; [ devins2518 ];
platforms = platforms.linux;