fosrl-gerbil: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-08-01 20:10:31 +00:00
parent 4edcaa1606
commit 12a1c970c2
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gerbil";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "fosrl";
repo = "gerbil";
tag = version;
hash = "sha256-6ZmnokXmn4KIfNZT9HrraYP4fjfY2C0sK+xAJyq/pkU=";
hash = "sha256-vfeI3GNI910FQmHK53E6yPrWF3tQtjrpQ/oP2PcDzs4=";
};
vendorHash = "sha256-lYJjw+V94oxILu+akUnzGACtsU7CLGwljysRvyUk+yA=";
vendorHash = "sha256-m6UfW+DVT0T/t7fiqZXc2ihg2O07C7LnR0uy4FDWPCA=";
# patch out the /usr/sbin/iptables
postPatch = ''