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 , lib
, fetchgit , fetchgit
, requests , requests
, distro
, makeWrapper , makeWrapper
, extraHandlers ? [] , extraHandlers ? []
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "ssh-import-id"; pname = "ssh-import-id";
version = "5.8"; version = "5.11";
src = fetchgit { src = fetchgit {
url = "https://git.launchpad.net/ssh-import-id"; url = "https://git.launchpad.net/ssh-import-id";
rev = version; rev = version;
sha256 = "0l9gya1hyf2qfidlmvg2cgfils1fp9rn5r8sihwvx4qfsfp5yaak"; sha256 = "sha256-tYbaJGH59qyvjp4kwo3ZFVs0EaE0Lsd2CQ6iraFkAdI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
requests requests
distro
] ++ extraHandlers; ] ++ extraHandlers;
nativeBuildInputs = [ nativeBuildInputs = [