konstraint: 0.27.1 -> 0.28.0

This commit is contained in:
R. Ryantm 2023-05-07 04:22:46 +00:00
parent 590d05ac6c
commit c83093515e

View file

@ -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";