Skip to content

Commit 1b5d96e

Browse files
gancio: 1.24.4 -> 1.25.1 (#394473)
Co-authored-by: jbgi <[email protected]>
2 parents 7ac32cf + 69927d6 commit 1b5d96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2424
src = fetchFromGitLab {
2525
domain = "framagit.org";
2626
owner = "les";
2727
repo = "gancio";
2828
rev = "v${finalAttrs.version}";
29-
hash = "sha256-LbXTzptkAYQ/86DtHHJvZP45YMVcqyrK4RD7AYvwGoM=";
29+
hash = "sha256-fkX9L7SG3WNmobIxclX7LQUOxBhX70EZSgWMmK9qf5c=";
3030
};
3131

3232
offlineCache = fetchYarnDeps {
3333
yarnLock = finalAttrs.src + "/yarn.lock";
34-
hash = "sha256-LXeAyxZSZOm6GxRuJb5rlHTlQpYa1fdKSENVjwLY4tU=";
34+
hash = "sha256-b6eEEwAVjqebBNBR9V2KCPDpoJcs2HAWQJ+eAb6zVIc=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)