Merge pull request #127936 from orthros/fix-bun

This commit is contained in:
Sandro 2021-06-24 10:51:24 +02:00 committed by GitHub
commit c6c2a2da8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;