From 74ed43b24ea9f946bebead55aa9bc88fdd81e2be Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 28 Jul 2026 00:48:08 +0200 Subject: [PATCH] netcat-openbsd: 1.234-2 -> 1.238-1 Diff: https://salsa.debian.org/debian/netcat-openbsd/-/compare/debian/1.234-2...debian/1.238-1 --- pkgs/by-name/ne/netcat-openbsd/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ne/netcat-openbsd/package.nix b/pkgs/by-name/ne/netcat-openbsd/package.nix index d16a6a23aa3a..260fa65d49d6 100644 --- a/pkgs/by-name/ne/netcat-openbsd/package.nix +++ b/pkgs/by-name/ne/netcat-openbsd/package.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "netcat-openbsd"; - version = "1.234-2"; + version = "1.238-1"; __structuredAttrs = true; strictDeps = true; @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "debian"; repo = "netcat-openbsd"; tag = "debian/${finalAttrs.version}"; - hash = "sha256-kA9QzEI4nutQrKonHw+SxWYbuBLtn91edMAk8JBdAhU="; + hash = "sha256-CCxPZmZlTRNcQ985zf1RVYE4m3OHTM8FFWol1g8Osjc="; }; postPatch = '' @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { patchShebangs debian/tests/client-server debian/checks/netcat # normally built by debian/rules - $CC -shared -o debian/checks/readpassphrase.so debian/checks/readpassphrase.c + $CC -shared -o debian/checks/readpassphrase${stdenv.hostPlatform.extensions.sharedLibrary} debian/checks/readpassphrase.c $CC -o debian/checks/sun_path-size debian/checks/sun_path-size.c # name resolution does not really exists in sandbox