libbutl: 0.16.0 -> 0.17.0

Changelog: https://git.build2.org/cgit/libbutl/log
This commit is contained in:
Ryan Burns 2024-07-13 16:14:56 -07:00
parent 0c4ceee4e4
commit 07524c2f27

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libbutl";
version = "0.16.0";
version = "0.17.0";
outputs = [ "out" "dev" "doc" ];
src = fetchurl {
url = "https://pkg.cppget.org/1/alpha/build2/libbutl-${version}.tar.gz";
hash = "sha256-MGL6P/lG2sJdJXZiTcDvdy4jmU+2jYHsvaX4eEO9J2g=";
hash = "sha256-sFqaEf6s2rF1YcZjw5J6oY5ol5PbO9vy6NseKjrvTvs=";
};
nativeBuildInputs = [