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

konstraint: 0.35.0 -> 0.36.0
This commit is contained in:
Weijia Wang 2024-04-13 23:54:11 +02:00 committed by GitHub
commit b56689e5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6MYpZm5Uc5l06wRo6/15bmyVkdqjFuxHV3B3TriauQg=";
sha256 = "sha256-GQ79xsvlRDwrthtYgykwAJLP9rkk5iNHGelWAQzOZoA=";
};
vendorHash = "sha256-NyNQivJM9bFP/EBfjso+13sWMnubG/fjYafCGUnsvdU=";
vendorHash = "sha256-EBlJCcF8UcstaD1ztaAFL4MSfBOYvpeUygzXnQbW8N8=";
# Exclude go within .github folder
excludedPackages = ".github";