Commit 15399cff authored by enc0urage's avatar enc0urage
Browse files

gsocket: 1.4.39 -> 1.4.40

parent 4bb072f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "gsocket";
  version = "1.4.39";
  version = "1.4.40";

  src = fetchFromGitHub {
    owner = "hackerschoice";
    repo = "gsocket";
    rev = "v${version}";
    sha256 = "sha256-iSII21X3F4Cb1UqF0aYw23N7CyeTQMmziRioEULx9Zk=";
    hash = "sha256-pY4tjrMbx+OxkJfr8czo5fbhfcmJbiNX4B+FibzUc7w=";
  };

  nativeBuildInputs = [ autoreconfHook ];