pass-git-helper: 1.1.2 -> 1.2.0

authored by R. Ryantm and committed by Matthieu Coudron 4dfc00c1 bb3dee86

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/pass-git-helper/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "pass-git-helper"; 5 - version = "1.1.2"; 5 + version = "1.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "languitar"; 9 9 repo = "pass-git-helper"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-HEdOR6jS16c4UIatlgB6HeBtyyxePSab+6e2hu85dsI="; 11 + sha256 = "sha256-An9JKnS/Uor7iZ+lbBGR3eOkxOgV+SjnCWN/QmqFI/I="; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ pyxdg ];