lol

libbytesize: 2.4 -> 2.5

authored by

R. RyanTM and committed by
Jan Tojnar
cac44d5e c517afab

+2 -2
+2 -2
pkgs/development/libraries/libbytesize/default.nix
··· 4 4 }: 5 5 6 6 let 7 - version = "2.4"; 7 + version = "2.5"; 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 = "1kq0hnw2yxjdmcrwvgp0x4j1arkka23k8vp2l6nqcw9lc15x18fp"; 16 + sha256 = "sha256-F8Ur8gtNYp4PYfBQ9sDJGBgW7KohJYNEU9SI2SbNuvM="; 17 17 }; 18 18 19 19 outputs = [ "out" "dev" "devdoc" ];