Unverified Commit 25408ef3 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

cgns: 4.5.0 -> 4.5.1 (#475212)

parents d5414e4e fa8fc8b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''