Skip to content

Commit

Permalink
konstraint: 0.37.0 -> 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 7, 2024
1 parent 8f3b38d commit 7a31db2
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.37.0";
version = "0.38.0";

src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-poIXY4++nv2bCkcHdZHb0dRa5NVxsw9Vmg7nMVh1ocI=";
sha256 = "sha256-02vmIsYGX6HB7k1HArMpNY+UxVX24IyraNPu13ht2qQ=";
};
vendorHash = "sha256-0V8B/w4K3r23tINDfjLAKe5wMpJ+8uiF4nCMr062pb0=";
vendorHash = "sha256-eD0K2te9+9x0fUYMVZ6SreV2AhkYwBzQHUTyeNwuEHc=";

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

0 comments on commit 7a31db2

Please sign in to comment.