cgns: 4.5.0 -> 4.5.1 (#475212)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 01:28:09 +00:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cgns";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "cgns";
repo = "cgns";
tag = "v${finalAttrs.version}";
hash = "sha256-lPbXIC+O4hTtacxUcyNjZUWpEwo081MjEWhfIH3MWus=";
hash = "sha256-9i44GJesbZ2kV+ZSpYPYEhH873W8DxD1/aYzD19eAJ8=";
};
postPatch = ''