Merge pull request #208463 from r-ryantm/auto-update/gonic

This commit is contained in:
Sandro 2023-01-04 00:51:36 +01:00 committed by GitHub
commit 956805b667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
buildGoModule rec {
pname = "gonic";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "sentriz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xq2Xk5iAKq+ttYYDNef0P3ewURmn/arTNhVc0I5gHLY=";
sha256 = "sha256-lyKKD6Rxr4psFUxqGTtqQ3M/vQXoNPbcg0cTam9MkXk=";
};
nativeBuildInputs = [ pkg-config ];