sourcehut.metasrht: 0.57.2 -> 0.57.5

This commit is contained in:
Julien Moutinho 2022-02-12 01:45:12 +01:00
parent b3d01bbfbb
commit fc4c9701f5

View File

@ -18,19 +18,19 @@
, python , python
}: }:
let let
version = "0.57.2"; version = "0.57.5";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~sircmpwn"; owner = "~sircmpwn";
repo = "meta.sr.ht"; repo = "meta.sr.ht";
rev = version; rev = version;
sha256 = "sha256-+ksfAOuch/fLkFLYU52Ug0Hf0EoERy+oCwa9g+GKuAA="; sha256 = "sha256-qsCwZaCiqvY445U053OCWD98jlIUi9NB2jWVP2oW3Vk=";
}; };
buildApi = src: buildGoModule { buildApi = src: buildGoModule {
inherit src version; inherit src version;
pname = "metasrht-api"; pname = "metasrht-api";
vendorSha256 = "sha256-vo+YbMyo/Eal7hbFxP9hwIW2cePJcGFszoDRCCzFYdM="; vendorSha256 = "sha256-8Ubrr9qRlgW2wsLHrPHwulSWLz+gp4VPcTvOZpg8TYM=";
}; };
in in