cgns: fix source hash (#476046)

This commit is contained in:
Nick Cao
2026-01-02 00:49:15 +00:00
committed by GitHub

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 = ''