Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-03-01 19:30:56 +01:00
138 changed files with 6595 additions and 4660 deletions
+6 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "1kbziqm00skj65gpjq6m83hmfk9g3xyx88gai1r80pzsx8g239w1";
sha256 = "113i11sgna82i4c4zk66qmbypmnmzh0lzp4kkgqnxxcdvyj00rb8";
};
cargoSha256 = "1pdja5jhk036hpgv77xc3fcvra1sw0z5jc1ry53i0r7362lnwapz";
cargoSha256 = "12z7y303fmga91daf2w356qiqdqa7b8dz6nrrpnjdf0slyz0w3x4";
nativeBuildInputs = [ pkg-config installShellFiles makeWrapper ];
@@ -39,11 +39,14 @@ rustPlatform.buildRustPackage rec {
--prefix PATH : "${lib.makeBinPath [ less ]}"
'';
checkFlags = [ "--skip=pager_more" "--skip=pager_most" ];
passthru.tests = { inherit (nixosTests) bat; };
meta = with lib; {
description = "A cat(1) clone with syntax highlighting and Git integration";
homepage = "https://github.com/sharkdp/bat";
changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir lilyball zowoq ];
};
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "disfetch";
version = "1.14";
version = "1.18";
src = fetchFromGitHub {
owner = "llathasa-veleth";
repo = "disfetch";
rev = version;
sha256 = "0p5pj8d761gz95ar35s8q6lrybrg9jik33kwnsxvb14n990kya0p";
sha256 = "sha256-n1KfzxK1F1dji1/HG40vubNQ+R270+Ss0WCQivuVweE=";
};
dontBuild = true;
+5 -4
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "entr";
version = "4.7";
version = "4.8";
src = fetchurl {
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
sha256 = "sha256-tsGrdkTYO7Kiadx0Fghno74PXfEWx+tFPCUFMXNTRCk=";
url = "https://eradman.com/entrproject/code/${pname}-${version}.tar.gz";
sha256 = "1bi5fhr93n72pkap4mqsjd1pwnqjf6czg359c5xwczavfk6mamgh";
};
postPatch = ''
@@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
homepage = "http://entrproject.org/";
homepage = "https://eradman.com/entrproject/";
description = "Run arbitrary commands when files change";
changelog = "https://github.com/eradman/entr/raw/${version}/NEWS";
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ pSub synthetica ];
+2 -2
View File
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "flameshot";
version = "0.8.5";
version = "0.9.0";
src = fetchFromGitHub {
owner = "flameshot-org";
repo = "flameshot";
rev = "v${version}";
sha256 = "1z77igs60lz106vsf6wsayxjafxm3llf2lm4dpvsqyyrxybfq191";
sha256 = "sha256-E5J61k1tVpbwlzYHbCY1rf9+GODcJRRAQwb0jR4s7BU=";
};
nativeBuildInputs = [ cmake qttools qtsvg ];
+2 -2
View File
@@ -2,7 +2,7 @@
let
pname = "gammy";
version = "0.9.63";
version = "0.9.64";
in
stdenv.mkDerivation {
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "Fushko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KG9XoE8Ja+P/Z311D1Vfio7QVT8EPCylEbLTT4Ln+OU=";
sha256 = "sha256-NPvkT7jSbDjcZDHpMIOik9fNsz7OJXQ3g9OFxkpA3pk=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook ];
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "lf";
version = "20";
version = "21";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "056g2g503ppbqqbq5nk90sl8ki1q4fixdc25a6wv15gm1inxrb4b";
sha256 = "0j7c21lsgcc39ng9ni94y3zfcqwyf9jc52fi8mcpkp0lpcx5ava9";
};
vendorSha256 = "12njqs39ympi2mqal1cdn0smp80yzcs8xmca1iih8pbmxv51r2gg";
vendorSha256 = "15fl9v69wkzwzpq6x4xhcd5g6xyck3mlpbz1bbb61l75jjzg913m";
nativeBuildInputs = [ installShellFiles ];