Merge pull request #156524 from r-ryantm/auto-update/ipscan

ipscan: 3.7.6 -> 3.8.2
This commit is contained in:
markuskowa 2022-01-29 14:54:49 +01:00 committed by GitHub
commit 07e11e7429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ipscan";
version = "3.7.6";
version = "3.8.2";
src = fetchurl {
url = "https://github.com/angryip/ipscan/releases/download/${version}/ipscan_${version}_all.deb";
sha256 = "sha256-IjbuCCwcAOlCM2XbM5qBGjaGn8xNNDjoyJmCzP5JF/Q=";
sha256 = "sha256-064V1KnMXBnjgM6mBrwkezdl+Tko3Xri0D4fCk9iPbk=";
};
sourceRoot = ".";