Merge pull request #108513 from languitar/patch-1
pass-git-helper: 1.1.0 -> 1.1.1
This commit is contained in:
commit
f0e757d98a
@ -1,18 +1,18 @@
|
|||||||
{ lib, stdenv, buildPythonApplication, fetchFromGitHub, pyxdg, pytest }:
|
{ lib, stdenv, buildPythonApplication, fetchFromGitHub, pyxdg, pytest, pytest-mock }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pass-git-helper";
|
pname = "pass-git-helper";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "languitar";
|
owner = "languitar";
|
||||||
repo = "pass-git-helper";
|
repo = "pass-git-helper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18nvwlp0w4aqj268wly60rnjzqw2d8jl0hbs6bkwp3hpzzz5g6yd";
|
sha256 = "sha256-GdsFPpBdoEaOCmdKxw5xTuFOcGFH94w5q/lV891lCUs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyxdg ];
|
propagatedBuildInputs = [ pyxdg ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest pytest-mock ];
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user