corsix-th: 0.69.1 -> 0.69.2

This commit is contained in:
R. Ryantm
2026-01-06 20:57:56 +00:00
parent ecf18ba4e8
commit dd16ef8da6

View File

@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "corsix-th";
version = "0.69.1";
version = "0.69.2";
src = fetchFromGitHub {
owner = "CorsixTH";
repo = "CorsixTH";
rev = "v${finalAttrs.version}";
hash = "sha256-Jrf3PhgnJUBGy+ZcSPjU5tQFyuTmnn5+8P6LujsoSAg=";
hash = "sha256-Dohql0AJspcnGhoDKvszw84/YKGy7IlIfk4pWvjG+8o=";
};
patches = [