plutovg: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-09-14 09:26:08 +00:00
parent d12e9167e6
commit cc94ef6d4d
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plutovg";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "sammycage";
repo = "plutovg";
tag = "v${finalAttrs.version}";
hash = "sha256-9h7UvUSJLBRs4jD0/qTs3nzMBZKyyZg2T9eVEIpSYMg=";
hash = "sha256-6UW+laVxTYvg+5qC12yA6U6gPKdFQeb7sdDunZ6gcd4=";
};
cmakeFlags = [