Skip to content

Commit bd750b5

Browse files
gancio: 1.23.1 -> 1.24.0 (#387847)
Co-authored-by: jbgi <[email protected]>
2 parents b23e7d4 + ac1b915 commit bd750b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/gancio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "gancio";
22-
version = "1.23.1";
22+
version = "1.24.0";
2323

2424
src = fetchFromGitLab {
2525
domain = "framagit.org";
2626
owner = "les";
2727
repo = "gancio";
2828
rev = "v${finalAttrs.version}";
29-
hash = "sha256-mX+6MhuvfrQFiqheM2iWrXZAzQcAzGfjSSVGX60pfXs=";
29+
hash = "sha256-PczJFh4tODwtocDSY0UHok8tgBmVvSVHDRjLG6Cor5s=";
3030
};
3131

3232
offlineCache = fetchYarnDeps {

0 commit comments

Comments
 (0)