Merge pull request #100240 from RaitoBezarius/raito-srht-builds

buildsrht: 0.62.6 -> 0.63.4
This commit is contained in:
Doron Behar 2020-10-12 11:06:09 +03:00 committed by GitHub
commit 2c748c5c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
, srht, redis, celery, pyyaml, markdown }:
let
version = "0.62.6";
version = "0.63.4";
buildWorker = src: buildGoModule {
inherit src version;
@ -19,7 +19,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
rev = version;
sha256 = "1vSUcqYyOitfGaSZVOj5vkmoiAvQbTHgiDVSV5qJLyQ=";
sha256 = "1w3rb685nqg2h0k3ag681svc400si9r1gy0sdim3wa2qh8glbqni";
};
nativeBuildInputs = srht.nativeBuildInputs;