Merge pull request #27477 from stesie/update-keepass

Update keepass + keepasshttp plugin
This commit is contained in:
Jörg Thalheim 2017-07-18 22:34:56 +01:00 committed by GitHub
commit 5b92a39d1b
2 changed files with 8 additions and 5 deletions

View File

@ -1,14 +1,17 @@
{ stdenv, buildEnv, fetchFromGitHub, mono }:
let
version = "1.8.4.1";
version = "1.8.4.2";
drv = stdenv.mkDerivation {
name = "keepasshttp-${version}";
src = fetchFromGitHub {
owner = "pfn";
repo = "keepasshttp";
rev = "${version}";
sha256 = "1074yv0pmzdwfwkx9fh7n2igdqwsyxypv55khkyng6synbv2p2fd";
#rev = "${version}";
# for 1.8.4.2 the tag is at the wrong commit (they fixed stuff
# afterwards and didn't move the tag), hence reference by commitid
rev = "c2c4eb5388a02169400cba7a67be325caabdcc37";
sha256 = "0bkzxggbqx7sql3sp46bqham6r457in0vrgh3ai3lw2jrw79pwmh";
};
meta = {

View File

@ -8,11 +8,11 @@
# plugin derivations in the Nix store and nowhere else.
with builtins; buildDotnetPackage rec {
baseName = "keepass";
version = "2.35";
version = "2.36";
src = fetchurl {
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
sha256 = "1pv3x1lr2kymjpm6z26fqx997jivzy0diqsysq4diygj38wdkajz";
sha256 = "1j6qhy8h3z6higbpq3q9v04amvgbn90yj3kbsvj17azdkffkwzny";
};
sourceRoot = ".";