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 7ac32cf + 69927d6 commit 1b5d96eCopy full SHA for 1b5d96e
pkgs/by-name/ga/gancio/package.nix
@@ -19,19 +19,19 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "gancio";
22
- version = "1.24.4";
+ version = "1.25.1";
23
24
src = fetchFromGitLab {
25
domain = "framagit.org";
26
owner = "les";
27
repo = "gancio";
28
rev = "v${finalAttrs.version}";
29
- hash = "sha256-LbXTzptkAYQ/86DtHHJvZP45YMVcqyrK4RD7AYvwGoM=";
+ hash = "sha256-fkX9L7SG3WNmobIxclX7LQUOxBhX70EZSgWMmK9qf5c=";
30
};
31
32
offlineCache = fetchYarnDeps {
33
yarnLock = finalAttrs.src + "/yarn.lock";
34
- hash = "sha256-LXeAyxZSZOm6GxRuJb5rlHTlQpYa1fdKSENVjwLY4tU=";
+ hash = "sha256-b6eEEwAVjqebBNBR9V2KCPDpoJcs2HAWQJ+eAb6zVIc=";
35
36
37
nativeBuildInputs = [
0 commit comments