string-view-lite: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2026-08-16 00:59:28 +00:00
parent ac2aa7188f
commit 60341aa692

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "string-view-lite";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "nonstd-lite";
repo = "string-view-lite";
tag = "v${finalAttrs.version}";
hash = "sha256-hXm3MLskeZzTegSj79dQV+VcwBatT1VIAUydjisd19U=";
hash = "sha256-WMWTrzkAex8gR1juvYdUhq1y6qSdxHowJK3EpjAlYbI=";
};
nativeBuildInputs = [