buildsrht: fix build

This commit is contained in:
Edmund Wu 2019-12-29 20:03:05 -05:00
parent 7845e28125
commit 9401dcc360
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -11,7 +11,7 @@ let
pname = "builds-sr-ht-worker";
goPackagePath = "git.sr.ht/~sircmpwn/builds.sr.ht/worker";
modSha256 = "1jm259ncw8dgqp0fqbjn30c4y3v3vwqj41gfh99jx30bwlmpgfax";
modSha256 = "1dwp87zsbh4a48q0pacssy329kchrd4sa47c5a1k8smbqn078424";
};
in buildPythonPackage rec {
inherit version;