sourcehut.metasrht: 0.58.8 -> 0.58.18

This commit is contained in:
Julien Moutinho
2022-06-02 14:44:08 +02:00
committed by Florian Brandes
parent 967706f309
commit 16c36e028d

View File

@@ -19,20 +19,20 @@
, unzip , unzip
}: }:
let let
version = "0.58.8"; version = "0.58.18";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~sircmpwn"; owner = "~sircmpwn";
repo = "meta.sr.ht"; repo = "meta.sr.ht";
rev = version; rev = version;
sha256 = "sha256-lnEt5UoQBd5qlkD+nE6KL5DP4jf1FrAjgA06/mgRxTs="; sha256 = "sha256-OjbQHAzG2nZwpJUIvhKaCJWZbhZDC2R6C+SkbKUpk8o=";
}; };
metasrht-api = buildGoModule ({ metasrht-api = buildGoModule ({
inherit src version; inherit src version;
pname = "metasrht-api"; pname = "metasrht-api";
modRoot = "api"; modRoot = "api";
vendorSha256 = "sha256-3s9PYUy4qS06zyTIRDvnAmhfrjVLBa/03Nu3tMcIReI="; vendorSha256 = "sha256-kiEuEYZFbwJ6SbKFtxH4SiRaZmqYriRHPoHdTX28+d0=";
} // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); } // import ./fix-gqlgen-trimpath.nix { inherit unzip; });
in in