_3proxy: 0.9.6 -> 1.0.0

This commit is contained in:
R. Ryantm
2026-08-22 23:37:50 +00:00
parent c387c74648
commit d47fba5bbf

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "3proxy";
version = "0.9.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "3proxy";
repo = "3proxy";
tag = finalAttrs.version;
sha256 = "sha256-0rCXz/vKFF5rvBXyvtt9DH0Jz+1i7rIylh07FqKBrZM=";
sha256 = "sha256-JRoSCmoTIXHsUWZt9OyDVp1Veuy2w1ZPFe0rUGdJv0k=";
};
# They use 'install -s', that calls the native strip instead of the cross.