Merge pull request #27477 from stesie/update-keepass
Update keepass + keepasshttp plugin
This commit is contained in:
commit
5b92a39d1b
@ -1,14 +1,17 @@
|
|||||||
{ stdenv, buildEnv, fetchFromGitHub, mono }:
|
{ stdenv, buildEnv, fetchFromGitHub, mono }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.8.4.1";
|
version = "1.8.4.2";
|
||||||
drv = stdenv.mkDerivation {
|
drv = stdenv.mkDerivation {
|
||||||
name = "keepasshttp-${version}";
|
name = "keepasshttp-${version}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pfn";
|
owner = "pfn";
|
||||||
repo = "keepasshttp";
|
repo = "keepasshttp";
|
||||||
rev = "${version}";
|
#rev = "${version}";
|
||||||
sha256 = "1074yv0pmzdwfwkx9fh7n2igdqwsyxypv55khkyng6synbv2p2fd";
|
# 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 = {
|
meta = {
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
# plugin derivations in the Nix store and nowhere else.
|
# plugin derivations in the Nix store and nowhere else.
|
||||||
with builtins; buildDotnetPackage rec {
|
with builtins; buildDotnetPackage rec {
|
||||||
baseName = "keepass";
|
baseName = "keepass";
|
||||||
version = "2.35";
|
version = "2.36";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
|
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
|
||||||
sha256 = "1pv3x1lr2kymjpm6z26fqx997jivzy0diqsysq4diygj38wdkajz";
|
sha256 = "1j6qhy8h3z6higbpq3q9v04amvgbn90yj3kbsvj17azdkffkwzny";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user