libserdes: 7.9.2 -> 8.0.1

This commit is contained in:
R. Ryantm
2025-10-04 18:25:42 +00:00
parent 73bb504135
commit 74ef05d5af
+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 = [