Merge pull request #44855 from ljli/keeagent-update

keepass-keeagent: 0.8.1 -> 0.10.1

authored by Jörg Thalheim and committed by GitHub 20378cbf fca6cdc3

+4 -4
+4 -4
pkgs/applications/misc/keepass-plugins/keeagent/default.nix
··· 1 { stdenv, buildEnv, fetchzip, mono }: 2 3 let 4 - version = "0.8.1"; 5 drv = stdenv.mkDerivation { 6 name = "keeagent-${version}"; 7 8 src = fetchzip { 9 - url = http://lechnology.com/wp-content/uploads/2016/07/KeeAgent_v0.8.1.zip; 10 - sha256 = "16x1qrnzg0xkvi7w29wj3z0ldmql2vcbwxksbsmnidzmygwg98hk"; 11 stripRoot = false; 12 }; 13 14 meta = { 15 description = "KeePass plugin to allow other programs to access SSH keys stored in a KeePass database for authentication"; 16 - homepage = http://lechnology.com/software/keeagent; 17 platforms = with stdenv.lib.platforms; linux; 18 license = stdenv.lib.licenses.gpl2; 19 maintainers = [ ];
··· 1 { stdenv, buildEnv, fetchzip, mono }: 2 3 let 4 + version = "0.10.1"; 5 drv = stdenv.mkDerivation { 6 name = "keeagent-${version}"; 7 8 src = fetchzip { 9 + url = "https://lechnology.com/wp-content/uploads/2018/04/KeeAgent_v0.10.1.zip"; 10 + sha256 = "0j7az6l9wcr8z66mfplkxwydd4bgz2p2vd69xncf0nxlfb0lshh7"; 11 stripRoot = false; 12 }; 13 14 meta = { 15 description = "KeePass plugin to allow other programs to access SSH keys stored in a KeePass database for authentication"; 16 + homepage = "http://lechnology.com/software/keeagent"; 17 platforms = with stdenv.lib.platforms; linux; 18 license = stdenv.lib.licenses.gpl2; 19 maintainers = [ ];