pass-git-helper: 1.1.1 -> 1.1.2
This commit is contained in:
parent
687ed904ec
commit
65605178bf
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pass-git-helper";
|
pname = "pass-git-helper";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "languitar";
|
owner = "languitar";
|
||||||
repo = "pass-git-helper";
|
repo = "pass-git-helper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-GdsFPpBdoEaOCmdKxw5xTuFOcGFH94w5q/lV891lCUs=";
|
sha256 = "sha256-HEdOR6jS16c4UIatlgB6HeBtyyxePSab+6e2hu85dsI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyxdg ];
|
propagatedBuildInputs = [ pyxdg ];
|
||||||
|
@ -21,6 +21,6 @@ buildPythonApplication rec {
|
||||||
homepage = "https://github.com/languitar/pass-git-helper";
|
homepage = "https://github.com/languitar/pass-git-helper";
|
||||||
description = "A git credential helper interfacing with pass, the standard unix password manager";
|
description = "A git credential helper interfacing with pass, the standard unix password manager";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ vanzef ];
|
maintainers = with maintainers; [ hmenke vanzef ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue