openconnect: 8.02 -> 8.03

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openconnect/versions

authored by R. RyanTM and committed by Frederik Rietdijk 9b775bcd bb6c2a0c

+2 -2
+2 -2
pkgs/tools/networking/openconnect/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "openconnect"; 7 - version = "8.02"; 7 + version = "8.03"; 8 8 9 9 src = fetchurl { 10 10 urls = [ 11 11 "ftp://ftp.infradead.org/pub/openconnect/${pname}-${version}.tar.gz" 12 12 ]; 13 - sha256 = "04p0vzc1791h68hd9803wsyb64zrwm8qpdqx0szhj9pig71g5a0w"; 13 + sha256 = "1wlypi68kqqg2mdck8wvf6aanhrmf9i7z6lngyxvcrp23jdzz34h"; 14 14 }; 15 15 16 16 outputs = [ "out" "dev" ];