Merge staging-next into staging
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
|
||||
buildGoModule {
|
||||
pname = "paperlike-go";
|
||||
version = "unstable-2021-03-22";
|
||||
version = "unstable-2021-03-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leoluk";
|
||||
repo = "paperlike-go";
|
||||
rev = "a7d89fd4d4cbcec7be016860e9063676ad4cca0f";
|
||||
sha256 = "0ym340520a0j4gvgk4x091lcz1apsv9lnwx0nnha86qvzqcy528l";
|
||||
rev = "bd658d88ea9a3b21e1b301b96253abab7cf56d79";
|
||||
sha256 = "1h0n2n5w5pn3r08qf6hbmiib5m71br27y66ki9ajnaa890377qaj";
|
||||
};
|
||||
|
||||
subPackages = [ "cmd/paperlike-cli" ];
|
||||
|
||||
vendorSha256 = "00mn0zfivxp2h77s7gmyyjp8p5a1vysn73wwaalgajymvljxxx1r";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "paperlike-go is a Linux Go library and CLI utility to control a Dasung Paperlike display via I2C DDC.";
|
||||
homepage = "https://github.com/leoluk/paperlike-go";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "uwuify";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Daniel-Liu-c0deb0t";
|
||||
repo = "uwu";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-tPmLqgrWi7wDoMjMrxodKp4S0ICwV9Kp7Pa151rHho0=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-HUP6OEvoGJ/BtAl+yuGzqEp1bsxfGAh0UJtXz9/ZiK8=";
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast text uwuifier";
|
||||
homepage = "https://github.com/Daniel-Liu-c0deb0t/uwu";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user