gancio: 1.21.0 -> 1.22.0 (#377122)

Co-authored-by: jbgi <jbgi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-26 22:25:24 +00:00
committed by GitHub
co-authored by jbgi
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gancio";
version = "1.21.0";
version = "1.22.0";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "les";
repo = "gancio";
rev = "v${finalAttrs.version}";
hash = "sha256-hpOTiGU2DGOeKqggYQhdBZgFBp6S0CAQ2stpr9zzItg=";
hash = "sha256-aKZnMtxKEjnvNLoFPnXxxvhj4jmK109+7qF2vZdERpw=";
};
offlineCache = fetchYarnDeps {