nanosvg: unstable-2022-12-04 -> 0-unstable-2023-12-30

This commit is contained in:
Alyssa Ross 2024-09-14 10:26:31 +02:00
parent 3a4417ec0d
commit 65406cc715
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "nanosvg";
version = "unstable-2022-12-04";
version = "0-unstable-2023-12-30";
src = fetchFromGitHub {
owner = "memononen";
repo = "nanosvg";
rev = "9da543e8329fdd81b64eb48742d8ccb09377aed1";
hash = "sha256-VOiN6583DtzGYPRkl19VG2QvSzl4T9HaynBuNcvZf94=";
rev = "93ce879dc4c04a3ef1758428ec80083c38610b1f";
hash = "sha256-ZtenaXJqMZr2+BxYENG1zUoQ+Qoxlxy0m/1YfJBKAFk=";
};
nativeBuildInputs = [ cmake ];