Merge pull request #191513 from r-ryantm/auto-update/go-graft

go-graft: 0.2.9 -> 0.2.11
This commit is contained in:
figsoda 2022-09-17 15:24:22 -04:00 committed by GitHub
commit e696cfa9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-graft";
version = "0.2.9";
version = "0.2.11";
src = fetchFromGitHub {
owner = "mzz2017";
repo = "gg";
rev = "v${version}";
sha256 = "sha256-lsxZBhXgLJIy39kaOj5cCQUgZEDhlylklOdD4qHXks0=";
sha256 = "sha256-RIHlAE+hsMXA/kWfazAmhsEi298tPY4Mt4RR6vmo1oQ=";
};
CGO_ENABLED = 0;