dropbear: 2018.76 -> 2019.78
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dropbear/versions
This commit is contained in:
parent
18aa59b0f2
commit
dc418e71c6
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dropbear-2018.76";
|
||||
name = "dropbear-2019.78";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://matt.ucc.asn.au/dropbear/releases/${name}.tar.bz2";
|
||||
sha256 = "0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj";
|
||||
sha256 = "19242qlr40pbqfqd0gg6h8qpj38q6lgv03ja6sahj9vj2abnanaj";
|
||||
};
|
||||
|
||||
dontDisableStatic = enableStatic;
|
||||
|
|
Loading…
Reference in a new issue