sourcehut.buildsrht: 0.73.3 -> 0.74.2

This commit is contained in:
Julien Moutinho 2021-11-13 22:40:21 +01:00 committed by Tom Bereknyei
parent df76a19141
commit 1c558c001a

View File

@ -11,13 +11,13 @@
, python
}:
let
version = "0.73.3";
version = "0.74.2";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "builds.sr.ht";
rev = version;
sha256 = "sha256-/0KYQgl/pfZomD1EEF9iI9HnNR99a8OB3/n5IfgClQk=";
sha256 = "sha256-vdVKaI42pA0dnyMXhQ4AEaDgTtKcrH6hc9L6PFcl6ZA=";
};
worker = buildGoModule {