Commit 74ef05d5 authored by R. RyanTM's avatar R. RyanTM
Browse files

libserdes: 7.9.2 -> 8.0.1

parent 73bb5041
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "libserdes";
  version = "7.9.2";
  version = "8.0.1";

  src = fetchFromGitHub {
    owner = "confluentinc";
    repo = "libserdes";
    rev = "v${version}";
    hash = "sha256-rg4SWa9nIDT6JrnnCDwdiFE1cvpUn0HWHn+bPkXMHQ4=";
    hash = "sha256-zEBJD7DOhpxfkAPypCZhygA6uaXIdK4yXZtDiuGA5Yg=";
  };

  outputs = [