Skip to content

Commit

Permalink
keepassrpc: 1.8.0 -> 1.14.0
Browse files Browse the repository at this point in the history
Fixes #96799 .

(cherry picked from commit 6a1a320)
  • Loading branch information
Dirk Osburg authored and tomberek committed May 4, 2021
1 parent 9d06c92 commit d90df56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keepass-plugins/keepassrpc/default.nix
@@ -1,13 +1,13 @@
{ stdenv, buildEnv, fetchurl, mono }:

let
version = "1.8.0";
version = "1.14.0";
drv = stdenv.mkDerivation {
pname = "keepassrpc";
inherit version;
src = fetchurl {
url = "https://github.com/kee-org/keepassrpc/releases/download/v${version}/KeePassRPC.plgx";
sha256 = "1dclfpia559cqf78qw29zz235h1df5md4kgjv3bbi8y41wwmx7cd";
sha256 = "1c410cc93c0252e7cfdb02507b8172c13e18d12c97f08630b721d897dc9b8b24";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit d90df56

Please sign in to comment.