mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
units: 2.22 -> 2.23
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
parent
1c11fe5df4
commit
5ba99ec103
@ -12,11 +12,11 @@ let
|
|||||||
]);
|
]);
|
||||||
in stdenv.mkDerivation (finalAttrs: {
|
in stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "units";
|
pname = "units";
|
||||||
version = "2.22";
|
version = "2.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
|
url = "mirror://gnu/units/units-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-XRPhIHch/ncm2Qa6HZLcDt2qn8JnWe0i47jRp5MSWEg=";
|
hash = "sha256-2Ve0USRZJcnmFMRRM5dEljDq+SvWK4SVugm741Ghc3A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "info" "man" ];
|
outputs = [ "out" "info" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user