units: 2.22 -> 2.23

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
Anderson Torres 2024-02-23 08:11:06 -03:00
parent 1c11fe5df4
commit 5ba99ec103

View File

@ -12,11 +12,11 @@ let
]);
in stdenv.mkDerivation (finalAttrs: {
pname = "units";
version = "2.22";
version = "2.23";
src = fetchurl {
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
hash = "sha256-XRPhIHch/ncm2Qa6HZLcDt2qn8JnWe0i47jRp5MSWEg=";
hash = "sha256-2Ve0USRZJcnmFMRRM5dEljDq+SvWK4SVugm741Ghc3A=";
};
outputs = [ "out" "info" "man" ];