Merge master into staging-next

This commit is contained in:
github-actions[bot]
2020-12-08 18:15:38 +00:00
committed by GitHub
51 changed files with 611 additions and 322 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation {
pname = "hsphfpd";
version = "2020-11-27";
version = "2020-12-05";
src = fetchFromGitHub {
owner = "pali";
repo = "hsphfpd-prototype";
rev = "58ffbf8f1b457e46801039d572cd344472828714";
sha256 = "1hyg3cz6s58k6a7a3hcbs6wfk14cflnikd9psi7sirq6cn1z0ggb";
rev = "d294d064879591e9570ca3f444fa3eee2f269df8";
sha256 = "0pm5rbsfrm04hnifzdmsyz17rjk8h9h6d19jaikjc5y36z03xf1c";
};
nativeBuildInputs = [ makeWrapper ];