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

konstraint: 0.26.0 -> 0.27.0
This commit is contained in:
Mario Rodas 2023-04-07 07:00:26 -05:00 committed by GitHub
commit 9b4d37a656
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.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xxNDzg+cnN6Sl8xNVgyLMPTy98r8SFjc5gQ3OT3FGwM=";
sha256 = "sha256-8n9VDFDpadbToHeefZLsqlRMwKPxDbQtjuDiOpts3qc=";
};
vendorHash = "sha256-EHYsaE18C6UUX/d694hfczY054vP1xB/2Qc5PHxbra0=";
vendorHash = "sha256-fQZNQiyDpkPqwZXGEFPsUbEK7qvTObfDeA4PbS0TxAo=";
# Exclude go within .github folder
excludedPackages = ".github";