libbytesize: 2.8 -> 2.9

This commit is contained in:
Anderson Torres 2023-07-09 19:55:26 -03:00
parent 2169d3b0bc
commit 43f27e9e60

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libbytesize";
version = "2.8";
version = "2.9";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libbytesize";
rev = finalAttrs.version;
hash = "sha256-/TVv/srhbotIkne0G77hgBF4j+74INqVUr8zlKsaoM0=";
hash = "sha256-4jbu8Hmc4I1IYKiWlCQq7ob98HsgDTqJdghj3ZzOuN8=";
};
outputs = [ "out" "dev" "devdoc" "man" ];
@ -44,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
];
strictDeps = true;
meta = {
homepage = "https://github.com/storaged-project/libbytesize";
description = "A tiny library providing a C 'class' for working with arbitrary big sizes in bytes";