mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
mapcidr: 1.1.13 -> 1.1.14
Diff: https://github.com/projectdiscovery/mapcidr/compare/refs/tags/v1.1.13...v1.1.14 Changelog: https://github.com/projectdiscovery/mapcidr/releases/tag/v1.1.14
This commit is contained in:
parent
76a70a5921
commit
803bb08b6c
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "mapcidr";
|
||||
version = "1.1.13";
|
||||
version = "1.1.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ggfk9ceogvTP0Q1RzA6tZgEj+iVVuGa+MU0zSZfO2ZI=";
|
||||
hash = "sha256-Vhh/OS61dfArsowXMogr/bu/gg354nte9PuobD9lCaU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-wqbAOoRQEE7CDmaH5MRzsSKOdyrxwBY/1wDz3MCfsBc=";
|
||||
|
Loading…
Reference in New Issue
Block a user