mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
srht: 0.59.13 -> 0.64.0
This commit is contained in:
parent
58823ac103
commit
ddea634e1a
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "srht";
|
pname = "srht";
|
||||||
version = "0.59.13";
|
version = "0.64.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
|
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1rgndpr0w25mxg0d8x54lay82d0p01aygallsgr1lw5zs4r3ldz6";
|
sha256 = "ubCbDh60zg88LXupWAo2EnqhE5jt0F0L9ikTBebusYQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
node_modules = fetchNodeModules {
|
node_modules = fetchNodeModules {
|
||||||
|
Loading…
Reference in New Issue
Block a user