pass-git-helper: 4.1.0 -> 4.3.0

This commit is contained in:
ibbem
2026-05-17 19:41:51 +02:00
parent f2c3cb82ad
commit e8dc8d60be
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pass-git-helper";
version = "4.1.0";
version = "4.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "languitar";
repo = "pass-git-helper";
tag = "v${finalAttrs.version}";
sha256 = "sha256-gMhTYIFNCrUm6YoOOesJcQScugQ/SawiyeXjRG3cpQY=";
sha256 = "sha256-/Brx86YRmSkSr00xj5B5J/bNBqknoXRwX9B6595dEwU=";
};
build-system = with python3Packages; [ setuptools ];