System Gen30 @ 2026-08-08-01:40:12 by jonas@harbor

This commit is contained in:
2026-08-08 01:40:13 +02:00
parent 3e13124196
commit 78bc3cebbd
+4 -3
View File
@@ -11,11 +11,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "korrosync";
version = "0.4.0";
# Use patched version until https://github.com/szaffarano/korrosync/pull/131 is merged
src = fetchFromGitHub {
owner = "szaffarano";
owner = "inaltoasinistra";
repo = "korrosync";
tag = "v${finalAttrs.version}";
hash = "sha256-ubGOQ6JM9wo5428Yf1F1K+nllG9EDQBrBx4yr6PMPG0=";
rev = "df735653b100071ce9303f3b7b71cb235189ba5d";
hash = "sha256-8Gp5i7pN7gXjGESHNO5h4P1mWXEtR8jAh2Y39Mcur6g=";
};
buildInputs = [