snmpcheck: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "snmpcheck";
|
||||
version = "1.9";
|
||||
src = fetchurl {
|
||||
url = "http://www.nothink.org/codes/snmpcheck/snmpcheck-${finalAttrs.version}.rb";
|
||||
url = "https://www.nothink.org/codes/snmpcheck/snmpcheck-${finalAttrs.version}.rb";
|
||||
sha256 = "sha256-9xkLqbgxU1uykx+M9QsbPAH8OI/Cqn9uw6ALe23Lbq0=";
|
||||
executable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user