Skip to content

Commit

Permalink
konstraint: 0.33.0 -> 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 20, 2024
1 parent cdd619c commit 29221c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/konstraint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "konstraint";
version = "0.33.0";
version = "0.35.0";

src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rZDLnr3FNLNOadmST70p5ZusK+p9SiUmVrnc5TrKuK4=";
sha256 = "sha256-6MYpZm5Uc5l06wRo6/15bmyVkdqjFuxHV3B3TriauQg=";
};
vendorHash = "sha256-gaY3U6+Emk6La5wPyT5TvgTwPsh2Ws2t7C8B5T4c46E=";
vendorHash = "sha256-NyNQivJM9bFP/EBfjso+13sWMnubG/fjYafCGUnsvdU=";

# Exclude go within .github folder
excludedPackages = ".github";
Expand Down

0 comments on commit 29221c9

Please sign in to comment.