We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26e4636 + 79b07e2 commit 62c51c6Copy full SHA for 62c51c6
pkgs/by-name/ch/charge-lnd/package.nix
@@ -7,13 +7,13 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "charge-lnd";
10
- version = "0.2.13";
+ version = "0.3.0";
11
12
src = fetchFromGitHub {
13
owner = "accumulator";
14
repo = "charge-lnd";
15
tag = "v${version}";
16
- hash = "sha256-mNU8bhiZqvYbNUU8vJNk9WbpAVrCTi9Fy3hlIpb06ac=";
+ hash = "sha256-a/zIEA2oF1+BoZXk4YDWx69eVFSnANUE/F+ARI/VsXU=";
17
};
18
19
propagatedBuildInputs = with python3Packages; [
0 commit comments