pass-git-helper: 1.2.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-01-21 14:49:39 +00:00
parent 58fcc2db9d
commit 1d27e278bd

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "pass-git-helper";
version = "1.2.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "languitar";
repo = "pass-git-helper";
rev = "v${version}";
sha256 = "sha256-An9JKnS/Uor7iZ+lbBGR3eOkxOgV+SjnCWN/QmqFI/I=";
rev = "refs/tags/v${version}";
sha256 = "sha256-wkayj7SvT3SOM+rol17+8LQJR/YXSC6I+iKbHRUbdZc=";
};
propagatedBuildInputs = [ pyxdg ];