sourcehut.buildsrht: 0.74.12 -> 0.74.13

This commit is contained in:
Julien Moutinho
2021-12-28 22:18:46 -05:00
committed by Tom Bereknyei
parent bd97cb852d
commit 2e2e0b3779
@@ -11,13 +11,13 @@
, python
}:
let
version = "0.74.12";
version = "0.74.13";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "builds.sr.ht";
rev = version;
sha256 = "sha256-lGMfJqpAB5evwDrNWgeSmAEAlJ8lb2V/daCLD1VpxKg=";
sha256 = "sha256-Wraw4lRKqCthd4jfwq81zRNo2hrIeGHUATAl0QRRl4o=";
};
buildWorker = src: buildGoModule {