keepass-keepassrpc: v1.7.3 -> v.1.8.0

This commit is contained in:
MGregoire 2018-11-09 22:29:48 +01:00
parent 5ff4b359e2
commit afefa274be

View File

@ -1,12 +1,12 @@
{ stdenv, buildEnv, fetchurl, mono }: { stdenv, buildEnv, fetchurl, mono }:
let let
version = "1.7.3.1"; version = "1.8.0";
drv = stdenv.mkDerivation { drv = stdenv.mkDerivation {
name = "keepassrpc-${version}"; name = "keepassrpc-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/kee-org/keepassrpc/releases/download/v${version}/KeePassRPC.plgx"; url = "https://github.com/kee-org/keepassrpc/releases/download/v${version}/KeePassRPC.plgx";
sha256 = "1y9b35qg27caj3pbaqqzrqpk61hbbd8617ziwdc9vl799i786m9k"; sha256 = "1dclfpia559cqf78qw29zz235h1df5md4kgjv3bbi8y41wwmx7cd";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -14,7 +14,7 @@ let
homepage = https://github.com/kee-org/keepassrpc; homepage = https://github.com/kee-org/keepassrpc;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ mjanczyk svsdep ]; maintainers = with maintainers; [ mjanczyk svsdep mgregoire ];
}; };
pluginFilename = "KeePassRPC.plgx"; pluginFilename = "KeePassRPC.plgx";