cgns: fix source hash

This commit is contained in:
qbisi
2026-01-02 05:45:32 +08:00
parent bba2ab2e1b
commit 5d47432376

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "cgns";
repo = "cgns";
tag = "v${finalAttrs.version}";
hash = "sha256-9i44GJesbZ2kV+ZSpYPYEhH873W8DxD1/aYzD19eAJ8=";
hash = "sha256-0cZtq8nVAHAubHD6IDofnh8N7xiNHQkbhXR5OpdhPQU=";
};
postPatch = ''