octoscan: 0.1.1 -> 0.1.2
Diff: https://github.com/synacktiv/octoscan/compare/refs/tags/v0.1.1...v0.1.2 Changelog: https://github.com/synacktiv/octoscan/releases/tag/v0.1.2
This commit is contained in:
parent
fe5583f989
commit
f6e919cf74
@ -6,13 +6,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "octoscan";
|
||||
version = "0.1.1";
|
||||
version = "0.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "synacktiv";
|
||||
repo = "octoscan";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KoNM+Wqv+NmlXHYUn5YIXrG4rHkccVk2QWsNd0iK8YI=";
|
||||
hash = "sha256-v8KINZwVH/AqRKLaornIOu7VsmjbQ6CuejXgKaomWso=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-9IT8qTFzn8otWGTBP7ODcT8iBckIJ/3+jkbF1dq6aDw=";
|
||||
|
Loading…
Reference in New Issue
Block a user