Skip to content

Commit 751890b

Browse files
gokapi: 2.0.1 -> 2.1.0 (#439872)
2 parents c9ac135 + 646335f commit 751890b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/gokapi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "gokapi";
12-
version = "2.0.1";
12+
version = "2.1.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Forceu";
1616
repo = "Gokapi";
1717
tag = "v${version}";
18-
hash = "sha256-sYosoG4bZ5B024tFr2tEjf5EezoWmtO3vFE6W6grm1M=";
18+
hash = "sha256-GEdg79Rl4MqaVIJz9fAVs02hN270SIStq54fvxzL7UU=";
1919
};
2020

21-
vendorHash = "sha256-GeS+lfFw7jUuXX1qQPiu9eKjz6nswpRtbZXjqu4DnHg=";
21+
vendorHash = "sha256-gP9bCnRN40y7NWwh3V8dv1yOBqpmzlcp8Bf6IkdjoWU=";
2222

2323
patches = [ ];
2424

0 commit comments

Comments
 (0)