Unverified Commit 9dc2909a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

libserdes: 7.9.2 -> 8.0.1 (#448594)

parents 9db51ae9 74ef05d5
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 = [