nanosvg: 0-unstable-2025-09-28 -> 0-unstable-2025-11-21

This commit is contained in:
R. Ryantm
2025-11-22 22:00:49 +00:00
parent 5a2983b62b
commit d79ad52aa6
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "nanosvg";
version = "0-unstable-2025-09-28";
version = "0-unstable-2025-11-21";
src = fetchFromGitHub {
owner = "memononen";
repo = "nanosvg";
rev = "66579081d84b613daa49a64f76357ce65925e13b";
hash = "sha256-wdT0FIGSlfjDK1k95t17NIF2mEWLkJVAZL9TImehIUE=";
rev = "5cefd9847949af6df13f65027fd43af5a7513633";
hash = "sha256-BozXqp3pNxAew+aFUbh6M3ppVQ+U7XMmMCbGT1urfWE=";
};
nativeBuildInputs = [ cmake ];