libserdes: 7.9.2 -> 8.0.1 (#448594)

This commit is contained in:
Yohann Boniface
2025-10-05 12:39:24 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [