units: 2.23 -> 2.24

This commit is contained in:
R. Ryantm 2024-12-14 06:34:33 +00:00
parent 89bd1312a6
commit d76a689d85

View File

@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "units";
version = "2.23";
version = "2.24";
src = fetchurl {
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
hash = "sha256-2Ve0USRZJcnmFMRRM5dEljDq+SvWK4SVugm741Ghc3A=";
hash = "sha256-HlAsTt+s8gspKEcWxy5d21GklaI2XXsD55YElMSgyQI=";
};
outputs = [