lol

leo-editor: 6.8.2 -> 6.8.3 (#363241)

authored by

Weijia Wang and committed by
GitHub
0a2eabc2 5e4e76c2

+2 -2
+2 -2
pkgs/applications/editors/leo-editor/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "leo-editor"; 5 - version = "6.8.2"; 5 + version = "6.8.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "leo-editor"; 9 9 repo = "leo-editor"; 10 10 rev = version; 11 - sha256 = "sha256-LfeqQjzrWzqJ/iTuMOWLnxEZ+SNPVcutNPI+T3WEKnM="; 11 + sha256 = "sha256-nK6JMR4XrxZxvLOAsYjuyHQo/sob+OLSk/8U3zZ/Iyo="; 12 12 }; 13 13 14 14 dontBuild = true;