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

konstraint: 0.27.1 -> 0.28.0
This commit is contained in:
Nick Cao
2023-05-07 12:36:59 +08:00
committed by GitHub
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ax85ePUzwzOP0dFtNxNj7/UvoyijuCnlqZokl4rGRZk=";
sha256 = "sha256-d5PmWhWRBch+q+4CrYMFBf/IRoEdy7CH8kEnJ0sl+AQ=";
};
vendorHash = "sha256-9CDond0OMnqvsLipEqnxbXZD6v/w+CJkPophBUchb7s=";
vendorHash = "sha256-juhMRSAgvt83jF8LRefJuyPwKD392IINLOj13dBhZdQ=";
# Exclude go within .github folder
excludedPackages = ".github";