cgns: 4.5.0 -> 4.5.1

This commit is contained in:
R. Ryantm
2025-12-30 00:29:42 +00:00
parent c10e9960ea
commit fa8fc8b6e5
+2 -2
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 = ''