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

konstraint: 0.29.1 -> 0.30.0
This commit is contained in:
Weijia Wang 2023-07-04 16:47:44 +03:00 committed by GitHub
commit 56550b6a9b
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.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";