Merge branch 'master' into staging-next

This commit is contained in:
Robert Schütz 2021-06-20 15:53:27 +02:00
commit d90080e1f6
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, isPy27
, fetchFromGitHub
, pytestCheckHook
}:
@ -8,6 +9,8 @@ buildPythonPackage rec {
pname = "certifi";
version = "2021.05.30";
disabled = isPy27;
src = fetchFromGitHub {
owner = pname;
repo = "python-certifi";

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lf";
version = "23";
version = "24";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "sha256-rwKTumletIN4OzvA2VzYh++vioUftvtKYAZoaEL5P7U=";
sha256 = "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0";
};
vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU=";