Skip to content

Commit

Permalink
kubescape: 3.0.23 -> 3.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 23, 2025
1 parent 0aa4755 commit 4b93c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kubescape/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

buildGoModule rec {
pname = "kubescape";
version = "3.0.23";
version = "3.0.24";

src = fetchFromGitHub {
owner = "kubescape";
repo = "kubescape";
tag = "v${version}";
hash = "sha256-LC5m+r38mm5c8dmlo4+E5eWlfF0xJIglTcGpvY3EDOg=";
hash = "sha256-gzwdDUYOHZnd9mMHmuW9q1xhxWjpk5u/yoxdJkSNrVA=";
fetchSubmodules = true;
};

proxyVendor = true;
vendorHash = "sha256-J8+GyOgzR2MkJSskM7lzloyKw/JywCT38WFnosg6ACM=";
vendorHash = "sha256-GL5V3f2hiTzNDhBKyvyT8BlbRCaPSJXLy/+xiYjhsvw=";

subPackages = [ "." ];

Expand Down

0 comments on commit 4b93c01

Please sign in to comment.