units: 2.24 -> 2.25

This commit is contained in:
R. Ryantm
2026-01-19 23:51:29 +00:00
parent 2e606f2c97
commit 13487c7240
+2 -2
View File
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "units";
version = "2.24";
version = "2.25";
src = fetchurl {
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
hash = "sha256-HlAsTt+s8gspKEcWxy5d21GklaI2XXsD55YElMSgyQI=";
hash = "sha256-Nu30OsALTWMEuuqROH5lqwURi/Zckh9z07CIKOWm7As=";
};
# Until upstream updates their code to work with GCC 15.