internal/rosa/package/netfilter: update git URLs
Test / Create distribution (push) Successful in 53s
Test / Sandbox (push) Successful in 2m54s
Test / Hakurei (push) Successful in 4m34s
Test / Sandbox (race detector) (push) Successful in 6m1s
Test / Hakurei (race detector) (push) Successful in 6m58s
Test / ShareFS (push) Successful in 7m20s
Test / Flake checks (push) Successful in 1m7s

These were changed for some reason, and the git protocol is no longer reachable.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-25 01:11:52 +09:00
parent e36f73feff
commit 7ee5d5368d
+2 -2
View File
@@ -31,7 +31,7 @@ package libnftnl {
version# = "1.3.1"; version# = "1.3.1";
source = remoteGit { source = remoteGit {
url = "git://git.netfilter.org/libnftnl"; url = "https://git.netfilter.org/libnftnl.git";
tag = "libnftnl-"+version; tag = "libnftnl-"+version;
checksum = "91ou66K-I17iX6DB6hiQkhhC_v4DFW5iDGzwjVRNbJNEmKqowLZBlh3FY-ZDO0r9"; checksum = "91ou66K-I17iX6DB6hiQkhhC_v4DFW5iDGzwjVRNbJNEmKqowLZBlh3FY-ZDO0r9";
}; };
@@ -66,7 +66,7 @@ package iptables {
version# = "1.8.13"; version# = "1.8.13";
source = remoteGit { source = remoteGit {
url = "git://git.netfilter.org/iptables"; url = "https://git.netfilter.org/iptables.git";
tag = "v"+version; tag = "v"+version;
checksum = "TUA-cFIAsiMvtRR-XzQvXzoIhJUOc9J2gQDJCbBRjmgmVfGfPTCf58wL7e-cUKVQ"; checksum = "TUA-cFIAsiMvtRR-XzQvXzoIhJUOc9J2gQDJCbBRjmgmVfGfPTCf58wL7e-cUKVQ";
}; };