ip2unix: 2.2.1 -> 2.2.2 (#523176)

This commit is contained in:
aszlig
2026-05-22 22:38:49 +00:00
committed by GitHub
+2 -11
View File
@@ -20,24 +20,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ip2unix";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "nixcloud";
repo = "ip2unix";
rev = "v${finalAttrs.version}";
hash = "sha256-+p5wQbX35LAjZ4vIE4AhI4M6gQ7gVviqf9jJDAr9xg8";
hash = "sha256-QWhOO2tHl8fwXy0k9W+I/XHPJI8OJyexMsgOSJes37s";
};
patches = [
# https://github.com/nixcloud/ip2unix/pull/35
# fix out of range string_view access
(fetchpatch {
url = "https://github.com/nixcloud/ip2unix/commit/050ddf76b4b925f27e255fbb820b0700407ceb2b.patch";
hash = "sha256-5vaLmZmwuiMGV4KnVhuDSnXG1a390aBU51TShwpaMLs=";
})
];
nativeBuildInputs = [
meson
ninja