units: 2.26 -> 2.27

This commit is contained in:
R. Ryantm
2026-04-02 12:33:18 +00:00
parent 87ed7ef699
commit be53c1bb70
+2 -2
View File
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "units";
version = "2.26";
version = "2.27";
src = fetchurl {
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
hash = "sha256-TEP3pJ/iIS7kM9PAdVoKGTXbNUl8Sla/n2jF9xiHPFQ=";
hash = "sha256-4bvbCWcufAju6YZ0nnoWKeuEpr30H1oqedaARESrvhA=";
};
# Until upstream updates their code to work with GCC 15.