We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b23e7d4 + ac1b915 commit bd750b5Copy full SHA for bd750b5
pkgs/by-name/ga/gancio/package.nix
@@ -19,14 +19,14 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "gancio";
22
- version = "1.23.1";
+ version = "1.24.0";
23
24
src = fetchFromGitLab {
25
domain = "framagit.org";
26
owner = "les";
27
repo = "gancio";
28
rev = "v${finalAttrs.version}";
29
- hash = "sha256-mX+6MhuvfrQFiqheM2iWrXZAzQcAzGfjSSVGX60pfXs=";
+ hash = "sha256-PczJFh4tODwtocDSY0UHok8tgBmVvSVHDRjLG6Cor5s=";
30
};
31
32
offlineCache = fetchYarnDeps {
0 commit comments