tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libsupermesh: 2025.3.0 -> 2025.4
R. Ryantm
5 months ago
c9a4e8be
4e49fa42
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libsupermesh
package.nix
+2
-2
pkgs/by-name/li/libsupermesh/package.nix
···
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "libsupermesh";
17
-
version = "2025.3.0";
18
19
src = fetchFromGitHub {
20
owner = "firedrakeproject";
21
repo = "libsupermesh";
22
tag = "v${finalAttrs.version}";
23
-
hash = "sha256-RKBi89bUhkbRATaSB8629D+/NeYE3YNDIMEGzSK8z04=";
24
};
25
26
strictDeps = true;
···
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "libsupermesh";
17
+
version = "2025.4";
18
19
src = fetchFromGitHub {
20
owner = "firedrakeproject";
21
repo = "libsupermesh";
22
tag = "v${finalAttrs.version}";
23
+
hash = "sha256-VIGfuSVneCBapZyU0GXyi6isUSdhD2Ylm4mCymSvzbo=";
24
};
25
26
strictDeps = true;