Merge pull request #114427 from mkg20001/sshidup

ssh-import-id: 5.8 -> 5.11
This commit is contained in:
Maciej Krüger 2021-02-26 04:39:44 +01:00 committed by GitHub
commit 3cbb516630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,22 +2,24 @@
, lib
, fetchgit
, requests
, distro
, makeWrapper
, extraHandlers ? []
}:
buildPythonPackage rec {
pname = "ssh-import-id";
version = "5.8";
version = "5.11";
src = fetchgit {
url = "https://git.launchpad.net/ssh-import-id";
rev = version;
sha256 = "0l9gya1hyf2qfidlmvg2cgfils1fp9rn5r8sihwvx4qfsfp5yaak";
sha256 = "sha256-tYbaJGH59qyvjp4kwo3ZFVs0EaE0Lsd2CQ6iraFkAdI=";
};
propagatedBuildInputs = [
requests
distro
] ++ extraHandlers;
nativeBuildInputs = [