lndmanage: 0.14.2 -> 0.15.0

This commit is contained in:
Martin Milata 2023-05-13 20:02:18 +02:00
parent 80b81b2fc0
commit 4a81dfdb35

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "lndmanage";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "bitromortac";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-G6KpF/c8FsXrqI0hB0fZlModQThnAOHrCv482UjRng0=";
hash = "sha256-zEz1k98LIOWzqzZ+WNHBHY2hPwWE75bjP+quSdfI/8s=";
};
propagatedBuildInputs = with python3Packages; [