plutovg: 1.1.0 -> 1.2.0 (#425093)

Co-authored-by: hatch01 <hatch01@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-14 17:01:16 +00:00
committed by GitHub
co-authored by hatch01
+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 = [