mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-11 03:08:04 +00:00
Diff: https://github.com/FEniCS/ufl/compare/2025.2.1...2025.3.0 Changelog: https://github.com/FEniCS/ufl/releases/tag/2025.3.0
13 lines
212 B
Nix
13 lines
212 B
Nix
{
|
|
fenics-ufl,
|
|
}:
|
|
|
|
fenics-ufl.overrideAttrs (oldAttrs: rec {
|
|
version = "2025.3.0";
|
|
|
|
src = oldAttrs.src.override {
|
|
tag = version;
|
|
hash = "sha256-BFeVwurTsFNirpjZlgaABzw/cLzWxXwbCHJQBHrLuOY=";
|
|
};
|
|
})
|