Unverified Commit 5f1cea8d authored by misuzu's avatar misuzu Committed by GitHub
Browse files

_3proxy: 0.9.5 -> 0.9.6 (#508990)

parents 7df8184a e9489fa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.