simplenote: 2.8.0 -> 2.9.0

+2 -2
+2 -2
pkgs/applications/misc/simplenote/default.nix
··· 17 18 pname = "simplenote"; 19 20 - version = "2.8.0"; 21 22 sha256 = { 23 - x86_64-linux = "sha256-W8+LzWMPDCrFZCm9p/Gcj7OXqJw/gs7lMxTKjOQChQY="; 24 }.${system} or throwSystem; 25 26 meta = with lib; {
··· 17 18 pname = "simplenote"; 19 20 + version = "2.9.0"; 21 22 sha256 = { 23 + x86_64-linux = "sha256-uwd9fYqZepJ/BBttprqkJhswqMepGsHDTd5Md9gjI68="; 24 }.${system} or throwSystem; 25 26 meta = with lib; {