From 916a2b92fb3d2b02382dfd3cd92db4487096bb2f Mon Sep 17 00:00:00 2001 From: coolcuber Date: Sat, 15 Aug 2026 16:55:07 -0400 Subject: [PATCH] fffuu: fix version, use hash --- pkgs/tools/misc/fffuu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fffuu/default.nix b/pkgs/tools/misc/fffuu/default.nix index 9a9d57f15425..07459d0251aa 100644 --- a/pkgs/tools/misc/fffuu/default.nix +++ b/pkgs/tools/misc/fffuu/default.nix @@ -7,13 +7,13 @@ mkDerivation { pname = "fffuu"; - version = "unstable-2018-05-26"; + version = "0.1.0.0-unstable-2018-05-26"; src = fetchFromGitHub { owner = "diekmann"; repo = "Iptables_Semantics"; rev = "e0a2516bd885708fce875023b474ae341cbdee29"; - sha256 = "1qc7p44dqja6qrjbjdc2xn7n9v41j5v59sgjnxjj5k0mxp58y1ch"; + hash = "sha256-kAWPyu0VzCJlt/LpVHaRgexkj+2CNblkxkZJ3Ai5h+E="; }; postUnpack = ''