Merge pull request #94520 from r-ryantm/auto-update/libbytesize

libbytesize: 2.3 -> 2.4

authored by Jörg Thalheim and committed by GitHub 80659850 5d65255d

+2 -2
+2 -2
pkgs/development/libraries/libbytesize/default.nix
··· 4 4 }: 5 5 6 6 let 7 - version = "2.3"; 7 + version = "2.4"; 8 8 in stdenv.mkDerivation rec { 9 9 pname = "libbytesize"; 10 10 inherit version; ··· 13 13 owner = "storaged-project"; 14 14 repo = "libbytesize"; 15 15 rev = version; 16 - sha256 = "1nrlmn63k0ix1yzn8v4lni5n5b4c0b6w9f33p1ig113ymmdvcc0h"; 16 + sha256 = "1kq0hnw2yxjdmcrwvgp0x4j1arkka23k8vp2l6nqcw9lc15x18fp"; 17 17 }; 18 18 19 19 outputs = [ "out" "dev" "devdoc" ];