nanosvg: 0-unstable-2025-11-21 -> 0-unstable-2026-05-18 (#521529)

This commit is contained in:
Nick Cao
2026-05-18 20:52:19 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "nanosvg";
version = "0-unstable-2025-11-21";
version = "0-unstable-2026-05-18";
src = fetchFromGitHub {
owner = "memononen";
repo = "nanosvg";
rev = "5cefd9847949af6df13f65027fd43af5a7513633";
hash = "sha256-BozXqp3pNxAew+aFUbh6M3ppVQ+U7XMmMCbGT1urfWE=";
rev = "48120e91e64b2f409ed600cdfd6d790a49ba11ab";
hash = "sha256-onjmiWQPftr4AWySwJOpMLZ3WQGvUp9wj9isdUyNIPc=";
};
nativeBuildInputs = [ cmake ];