konstraint: 0.27.0 -> 0.27.1

This commit is contained in:
R. Ryantm 2023-04-20 19:45:21 +00:00
parent ec14e43941
commit e14c31bb5f

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.27.0";
version = "0.27.1";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8n9VDFDpadbToHeefZLsqlRMwKPxDbQtjuDiOpts3qc=";
sha256 = "sha256-Ax85ePUzwzOP0dFtNxNj7/UvoyijuCnlqZokl4rGRZk=";
};
vendorHash = "sha256-fQZNQiyDpkPqwZXGEFPsUbEK7qvTObfDeA4PbS0TxAo=";
vendorHash = "sha256-9CDond0OMnqvsLipEqnxbXZD6v/w+CJkPophBUchb7s=";
# Exclude go within .github folder
excludedPackages = ".github";