corsix-th: 0.69.0 -> 0.69.1

This commit is contained in:
R. Ryantm 2025-08-14 06:13:39 +00:00
parent 27473e9a5e
commit 137af2736a

View File

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