mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
keepass-keepasshttp: 1.8.4.1 -> 1.8.4.2
This commit is contained in:
parent
7c6b42a28c
commit
11bbd17015
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user