srht: 0.54.4 -> 0.57.2

This commit is contained in:
Edmund Wu 2019-12-30 10:19:56 -05:00
parent 5ff450e83f
commit 90cc8993aa
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -7,18 +7,18 @@
buildPythonPackage rec {
pname = "srht";
version = "0.54.4";
version = "0.57.2";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
rev = version;
sha256 = "0flxvn178hqd8ljz89ddis80zfnmzgimv4506w4dg2flbwzywy7z";
sha256 = "11rfpb0wf1xzrhcnpahaghmi5626snzph0vsbxlmmqx75wf0p6mf";
};
node_modules = fetchNodeModules {
src = "${src}/srht";
nodejs = nodejs;
sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
sha256 = "0gwa2xb75g7fclrsr7r131kj8ri5gmhd96yw1iws5pmgsn2rlqi1";
};
patches = [