lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #282163 from r-ryantm/auto-update/thonny

thonny: 4.1.2 -> 4.1.4

authored by

Stanisław Pitucha and committed by
GitHub
da015313 84c3e953

+2 -2
+2 -2
pkgs/applications/editors/thonny/default.nix
··· 4 4 5 5 buildPythonApplication rec { 6 6 pname = "thonny"; 7 - version = "4.1.2"; 7 + version = "4.1.4"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = pname; 11 11 repo = pname; 12 12 rev = "refs/tags/v${version}"; 13 - hash = "sha256-vVDTizU+WDWJ75Ln93TAFYn7PJq5qc3hxVJiNGtK24g="; 13 + hash = "sha256-f4wR5OPzWbtSqE+hSW2zD8u3pPl5nPTtGvf2LzOXjI4="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ copyDesktopItems ];