Merge pull request #100243 from RaitoBezarius/raito-srht-hub

This commit is contained in:
Doron Behar 2020-10-12 11:06:49 +03:00 committed by GitHub
commit 9af82c3add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "hubsrht";
version = "0.10.6";
version = "0.11.5";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/hub.sr.ht";
rev = version;
sha256 = "N54GOk9pxwoF1Wv0ZSe4kIAPBLl/zHrSu8OlKBkacVg=";
sha256 = "0cysdfy1z69jaizblbq0ywpcvcnx57rlzg42k98kd9w2mqzj5173";
};
nativeBuildInputs = srht.nativeBuildInputs;