Loading pkgs/by-name/pa/pass-git-helper/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3Packages.buildPythonApplication rec { pname = "pass-git-helper"; version = "4.0.0"; version = "4.1.0"; pyproject = true; src = fetchFromGitHub { owner = "languitar"; repo = "pass-git-helper"; tag = "v${version}"; sha256 = "sha256-SAMndgcxBa7wymXbOwRGcoogFfzpFFIZ0tF4NSCXpjw="; sha256 = "sha256-gMhTYIFNCrUm6YoOOesJcQScugQ/SawiyeXjRG3cpQY="; }; build-system = with python3Packages; [ setuptools ]; Loading Loading
pkgs/by-name/pa/pass-git-helper/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3Packages.buildPythonApplication rec { pname = "pass-git-helper"; version = "4.0.0"; version = "4.1.0"; pyproject = true; src = fetchFromGitHub { owner = "languitar"; repo = "pass-git-helper"; tag = "v${version}"; sha256 = "sha256-SAMndgcxBa7wymXbOwRGcoogFfzpFFIZ0tF4NSCXpjw="; sha256 = "sha256-gMhTYIFNCrUm6YoOOesJcQScugQ/SawiyeXjRG3cpQY="; }; build-system = with python3Packages; [ setuptools ]; Loading