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

konstraint: 0.20.0 -> 0.23.0
This commit is contained in:
Jonas Heinrich 2022-08-24 08:31:16 +02:00 committed by GitHub
commit 7b7d6932ab
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.20.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xSJxBJzLfZhBcXqKs8EZRHTpgb1YeKDTzrOiBtGBwTI=";
sha256 = "sha256-gnekNEROOpyDDJpV2ZS9+g7oHVUcQKEHj7yPL+8V51s=";
};
vendorSha256 = "sha256-gUuceNwOI+ss2YDiIF+zxyOj53iV6kGtVhNCd5KQomo=";
vendorSha256 = "sha256-D1QS97yUhCH2BI/HDxNaREf/XI6/iVF9lZRnWQY5so8=";
# Exclude go within .github folder
excludedPackages = ".github";