nanosvg: 0-unstable-2025-11-21 -> 0-unstable-2026-05-18

This commit is contained in:
R. Ryantm
2026-05-18 10:35:56 +00:00
parent 9ccfc30b92
commit b40c245738
+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 ];