pinta: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm
2025-08-02 03:31:30 +00:00
parent 4edcaa1606
commit 430bc4f40b
+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 = [