Merge pull request #144525 from r-ryantm/auto-update/passff-host

This commit is contained in:
Janne Heß 2021-11-06 18:53:18 +01:00 committed by GitHub
commit 94d7d3bf2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "passff-host";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "passff";
repo = pname;
rev = version;
sha256 = "0ydfwvhgnw5c3ydx2gn5d7ys9g7cxlck57vfddpv6ix890v21451";
sha256 = "sha256-9q4onU/e/pzLp5lGQjf/ScOOCVMiMQRaLGEm8K8flX4=";
};
buildInputs = [ python3 ];