thonny: 4.1.1 -> 4.1.2

This commit is contained in:
kashw2 2023-08-16 21:10:51 +10:00
parent d20d5f590d
commit 08ca4e08dd

View File

@ -4,13 +4,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "thonny";
version = "4.1.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DlizSm5cDvYXQ8Gok+W/RTSaAWJTkdyTQ4uewOiDVXg=";
hash = "sha256-vVDTizU+WDWJ75Ln93TAFYn7PJq5qc3hxVJiNGtK24g=";
};
nativeBuildInputs = [ copyDesktopItems ];