konstraint: 0.29.1 -> 0.30.0

This commit is contained in:
R. Ryantm 2023-07-04 09:27:10 +00:00
parent f6dc216ee2
commit 71d96f5d59

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.29.1";
version = "0.30.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2MPCbR834wIZhIMbizuB5Twt5364BwkBjSnLEylmcA0=";
sha256 = "sha256-lO9yXIqasVYf+FHQeodS9nlqEPp+rpU/NckSMhQ5wqY=";
};
vendorHash = "sha256-DlB4PsWTjOuiJ7ZJB2LC8O9RkjqIcppTg/enD5degxw=";
vendorHash = "sha256-MWg0RHKXxkZ52MqRglBuR5P9bRDg8RKG9XRux1PjJ1g=";
# Exclude go within .github folder
excludedPackages = ".github";