simplenote: 1.21.1 -> 2.0.0

This commit is contained in:
R. RyanTM 2020-11-12 03:23:42 +00:00
parent 280e27327d
commit 1e8e9f6b7c

View File

@ -17,10 +17,10 @@ let
pname = "simplenote"; pname = "simplenote";
version = "1.21.1"; version = "2.0.0";
sha256 = { sha256 = {
x86_64-linux = "00qx82d17yrrg2mxwhm40av0mpf5hy14j338i5ijhwp79yc8fk8x"; x86_64-linux = "18alzsl1y9pvd5rs6gfnzv0py8ha0im33ylg7h6dicil5vii4l05";
}.${system} or throwSystem; }.${system} or throwSystem;
meta = with stdenv.lib; { meta = with stdenv.lib; {