snmpcheck: use https for sources

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-03-21 12:31:05 -04:00
parent 51798ceed0
commit 0f3a7c976c
+1 -1
View File
@@ -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;
};