plutovg: 1.2.0 -> 1.3.0 (#427587)

Co-authored-by: hatch01 <hatch01@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-23 05:43:38 +00:00
committed by GitHub
co-authored by hatch01
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plutovg";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "sammycage";
repo = "plutovg";
tag = "v${finalAttrs.version}";
hash = "sha256-+LJhQb8uZ7iPNcdhL40LLk/6mR97VCgDtYgnj2R8vno=";
hash = "sha256-9h7UvUSJLBRs4jD0/qTs3nzMBZKyyZg2T9eVEIpSYMg=";
};
cmakeFlags = [