clightning-plugins: update rev and dependencies
This commit is contained in:
parent
c5f67629e6
commit
daeedda825
7 changed files with 20 additions and 18 deletions
12
pkgs/python-packages/recommonmark/default.nix
Normal file
12
pkgs/python-packages/recommonmark/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ recommonmark, fetchFromGitHub }:
|
||||
|
||||
recommonmark.overridePythonAttrs (old: rec {
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rtfd";
|
||||
repo = old.pname;
|
||||
rev = version;
|
||||
sha256 = "0kwm4smxbgq0c0ybkxfvlgrfb3gq9amdw94141jyykk9mmz38379";
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue