pinta: 3.0.2 -> 3.0.3 (#430280)

This commit is contained in:
Thiago Kenji Okada
2025-08-02 08:32:04 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "Pinta";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "PintaProject";
repo = "Pinta";
rev = version;
hash = "sha256-DFlk3znvK3DAN9dHeTB+X2PdC1STK/i3DOom8Ol2D00=";
hash = "sha256-oqhRRfZXBbxQ3ojvam4Q/iuHqGQeqd27hYF9SFKc774=";
};
nativeBuildInputs = [