Skip to content

Commit

Permalink
octoscan: 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 6627bae commit 2952abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/oc/octoscan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "octoscan";
version = "0.1.2";
version = "0.1.3";

src = fetchFromGitHub {
owner = "synacktiv";
repo = "octoscan";
rev = "refs/tags/v${version}";
hash = "sha256-v8KINZwVH/AqRKLaornIOu7VsmjbQ6CuejXgKaomWso=";
hash = "sha256-65+ilS3v7CRcvw/SQANVzo3u/4GpjKxWTUD5M2xqXlc=";
};

vendorHash = "sha256-9IT8qTFzn8otWGTBP7ODcT8iBckIJ/3+jkbF1dq6aDw=";
vendorHash = "sha256-Jx4OEVqCTiW/BSygeLtwwqijiACEuPk0BT26JQoL3Ds=";

ldflags = [
"-s"
Expand Down

0 comments on commit 2952abf

Please sign in to comment.