pinta: 3.0 -> 3.0.1 (#415164)

authored by Thiago Kenji Okada and committed by GitHub 2616ef39 79df7ccd

+2 -2
+2 -2
pkgs/by-name/pi/pinta/package.nix
··· 12 13 buildDotnetModule rec { 14 pname = "Pinta"; 15 - version = "3.0"; 16 17 src = fetchFromGitHub { 18 owner = "PintaProject"; 19 repo = "Pinta"; 20 rev = version; 21 - hash = "sha256-87uzUIgivBI2W+vJV/LflxJoUPJCW5SlodwcC1pSOUk="; 22 }; 23 24 nativeBuildInputs = [
··· 12 13 buildDotnetModule rec { 14 pname = "Pinta"; 15 + version = "3.0.1"; 16 17 src = fetchFromGitHub { 18 owner = "PintaProject"; 19 repo = "Pinta"; 20 rev = version; 21 + hash = "sha256-TU4WBrWnhTQQM+OrBq9hpvrihittKTSS0Zo5laL98mE="; 22 }; 23 24 nativeBuildInputs = [