pinta: 3.0 -> 3.0.1 (#415164)

This commit is contained in:
Thiago Kenji Okada
2025-06-09 10:14:07 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule rec {
pname = "Pinta";
version = "3.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "PintaProject";
repo = "Pinta";
rev = version;
hash = "sha256-87uzUIgivBI2W+vJV/LflxJoUPJCW5SlodwcC1pSOUk=";
hash = "sha256-TU4WBrWnhTQQM+OrBq9hpvrihittKTSS0Zo5laL98mE=";
};
nativeBuildInputs = [