plutovg: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-07-14 13:08:44 +00:00
parent e43a656b16
commit 4feda499b7
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plutovg";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "sammycage";
repo = "plutovg";
tag = "v${finalAttrs.version}";
hash = "sha256-989MA60nc1Tzp/4RzT0iYHz4JBJkU9zgEjEswa4vDpk=";
hash = "sha256-+LJhQb8uZ7iPNcdhL40LLk/6mR97VCgDtYgnj2R8vno=";
};
cmakeFlags = [