bstring: 1.0.3 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-03-29 14:47:37 +00:00
parent 70e270e754
commit 3798142145
+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 = [