forked from mirrors/nixpkgs
Merge #68739: openconnect: 8.04 -> 8.05 (security!)
(cherry picked from commit 253f714f6b
)
Forward-pick from staging to staging-next. It's quite small rebuild,
compared to what's caused by the parent commit.
This commit is contained in:
parent
4e5b465052
commit
76b7dd1ba9
|
@ -4,13 +4,13 @@ assert (openssl != null) == (gnutls == null);
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openconnect";
|
||||
version = "8.04";
|
||||
version = "8.05";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://ftp.infradead.org/pub/openconnect/${pname}-${version}.tar.gz"
|
||||
];
|
||||
sha256 = "07zqcl2ykdc4mgix9sbv4jgpg7cybifxfgrycvf99ckq7xp9r5wq";
|
||||
sha256 = "14i9q727c2zc9xhzp1a9hz3gzb5lwgsslbhircm84dnbs192jp1k";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue