gancio: 1.22.0 -> 1.23.1

This commit is contained in:
R. Ryantm 2025-02-07 17:31:38 +00:00
parent 292137434b
commit 3607888438

View File

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