ssh-import-id: 5.8 -> 5.11
This commit is contained in:
parent
1546bea850
commit
c9f1c147c3
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user