bstring: 1.0.3 -> 1.1.0 (#504711)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-29 22:17:33 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bstring";
version = "1.0.3";
version = "1.1.0";
src = fetchFromGitHub {
owner = "msteinert";
repo = "bstring";
tag = "v${finalAttrs.version}";
hash = "sha256-efXMSRcPgo+WlOdbS1kY2PYQqSVwcsVSyU1JfsU8OOo=";
hash = "sha256-zmBymVdfm1uKTg6quWIf0tdec98SuLHEA7q3q34XJtc=";
};
nativeBuildInputs = [