Merge pull request #196919 from r-ryantm/auto-update/konstraint

konstraint: 0.23.0 -> 0.24.0
This commit is contained in:
Mario Rodas 2022-10-22 06:07:20 -05:00 committed by GitHub
commit f1ac7ef53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gnekNEROOpyDDJpV2ZS9+g7oHVUcQKEHj7yPL+8V51s=";
sha256 = "sha256-mNritx2YY6x5lwnOWrraHzddRZqEySDOWGOqdmqUyIs=";
};
vendorSha256 = "sha256-D1QS97yUhCH2BI/HDxNaREf/XI6/iVF9lZRnWQY5so8=";
vendorSha256 = "sha256-pqGayeo4JkleZaoZfZW6agbMrK+57tYriKCWXGveoUs=";
# Exclude go within .github folder
excludedPackages = ".github";