sourcehut.buildsrht: 0.80.0 -> 0.81.0

This commit is contained in:
Julien Moutinho
2022-06-08 19:46:04 -04:00
committed by tomberek
parent 4f97b2791f
commit a623fb79c0
@@ -12,13 +12,13 @@
, unzip
}:
let
version = "0.80.0";
version = "0.81.0";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "builds.sr.ht";
rev = version;
sha256 = "sha256-SzA9bOXiXULRD4Eq9xBbbmMUpXT8egOtooZFF4p79ms=";
sha256 = "sha256-oUSzanRFZ2dQTgm/VuNhqUaUAPq7ffxR7OtBKtE61DE=";
};
buildsrht-api = buildGoModule ({