netcat-openbsd: 1.234-1 -> 1.234-2

This commit is contained in:
R. Ryantm
2026-03-05 12:26:28 +00:00
parent be4f549ba1
commit 92cd95df1b

View File

@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "netcat-openbsd";
version = "1.234-1";
version = "1.234-2";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "debian";
repo = "netcat-openbsd";
tag = "debian/${finalAttrs.version}";
hash = "sha256-6pCsBbS2IjXyXgNXURHK3uMRTJ0aXAsu29kc7f479Os=";
hash = "sha256-kA9QzEI4nutQrKonHw+SxWYbuBLtn91edMAk8JBdAhU=";
};
strictDeps = true;