_3proxy: 0.9.5 -> 0.9.6 (#508990)

This commit is contained in:
misuzu
2026-04-14 16:27:29 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "3proxy";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "3proxy";
repo = "3proxy";
tag = finalAttrs.version;
sha256 = "sha256-uy6flZ1a7o02pr5O0pgl9zCjh8mE9W5JxotJeBMB16A=";
sha256 = "sha256-0rCXz/vKFF5rvBXyvtt9DH0Jz+1i7rIylh07FqKBrZM=";
};
# They use 'install -s', that calls the native strip instead of the cross.