Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-11-03 12:06:41 +01:00
317 changed files with 3210 additions and 2827 deletions
+25
View File
@@ -0,0 +1,25 @@
{ stdenv
, fetchFromGitHub
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "angle-grinder";
version = "0.15.0";
src = fetchFromGitHub {
owner = "rcoh";
repo = pname;
rev = "v${version}";
sha256 = "1m5yj9412kjlnqi1nwh44i627ip0kqcbhvwgh87gl5vgd2a0m091";
};
cargoSha256 = "0y4c1gja0i3h2whjpm74yf3z1y85pkwmpmrl2fjsyy0mn493hzv8";
meta = with stdenv.lib; {
description = "Slice and dice logs on the command line";
homepage = "https://github.com/rcoh/angle-grinder";
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
};
}
+1 -1
View File
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "zacchiro";
repo = "ledger2beancount";
rev = "${version}";
rev = version;
sha256 = "0w88jb1x0w02jwwf6ipx3cxr89kzffrrdqws3556zrvvs01bh84j";
};