From 43f27e9e60f786dbb2fe4ecfb21ac684ad11c927 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 9 Jul 2023 19:55:26 -0300 Subject: [PATCH] libbytesize: 2.8 -> 2.9 --- pkgs/development/libraries/libbytesize/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libbytesize/default.nix b/pkgs/development/libraries/libbytesize/default.nix index 52a3d3112f2..fd5a18f8548 100644 --- a/pkgs/development/libraries/libbytesize/default.nix +++ b/pkgs/development/libraries/libbytesize/default.nix @@ -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";