Commit c9a4e8be authored by R. RyanTM's avatar R. RyanTM
Browse files

libsupermesh: 2025.3.0 -> 2025.4

parent 4e49fa42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libsupermesh";
  version = "2025.3.0";
  version = "2025.4";

  src = fetchFromGitHub {
    owner = "firedrakeproject";
    repo = "libsupermesh";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RKBi89bUhkbRATaSB8629D+/NeYE3YNDIMEGzSK8z04=";
    hash = "sha256-VIGfuSVneCBapZyU0GXyi6isUSdhD2Ylm4mCymSvzbo=";
  };

  strictDeps = true;