scilla: 20210118 -> 1.1.1

This commit is contained in:
Fabian Affolter 2021-09-03 20:29:43 +02:00
parent e4f82b3722
commit 439c6eb770

View file

@ -5,17 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "scilla"; pname = "scilla";
version = "20210118-${lib.strings.substring 0 7 rev}"; version = "1.1.1";
rev = "74dd81492fef92b95765df1d0f629276a146a5a4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "edoardottt"; owner = "edoardottt";
repo = pname; repo = pname;
inherit rev; rev = "v${version}";
sha256 = "10qvaigfarljydfb9vx2fb9nk293j4g9w2h9mr8xw6adbvl0qr9q"; sha256 = "sha256-xg8qnpYRdSGaFkjmQLbjMFIU419ASEHtFA8h8ads/50=";
}; };
vendorSha256 = "04wqsl4269gc3r6l9srqhcq19zarnyyab8k1shj3w6lkfcc61z25"; vendorSha256 = "sha256-PFfzlqBuasTNeCNnu5GiGyQzBQkbe83q1EqCsWTor18=";
meta = with lib; { meta = with lib; {
description = "Information gathering tool for DNS, ports and more"; description = "Information gathering tool for DNS, ports and more";