gancio: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm 2025-01-26 20:56:05 +00:00
parent 798f303659
commit ec685ba067

View File

@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gancio"; pname = "gancio";
version = "1.21.0"; version = "1.22.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "framagit.org"; domain = "framagit.org";
owner = "les"; owner = "les";
repo = "gancio"; repo = "gancio";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-hpOTiGU2DGOeKqggYQhdBZgFBp6S0CAQ2stpr9zzItg="; hash = "sha256-aKZnMtxKEjnvNLoFPnXxxvhj4jmK109+7qF2vZdERpw=";
}; };
offlineCache = fetchYarnDeps { offlineCache = fetchYarnDeps {