pinta: 3.0.1 -> 3.0.2 (#423005)

This commit is contained in:
Weijia Wang 2025-07-26 06:20:54 +02:00 committed by GitHub
commit eb467bf756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "Pinta";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "PintaProject";
repo = "Pinta";
rev = version;
hash = "sha256-TU4WBrWnhTQQM+OrBq9hpvrihittKTSS0Zo5laL98mE=";
hash = "sha256-DFlk3znvK3DAN9dHeTB+X2PdC1STK/i3DOom8Ol2D00=";
};
nativeBuildInputs = [