pantheon.switchboard-plug-onlineaccounts: 6.5.2 -> 6.5.3

https://github.com/elementary/switchboard-plug-onlineaccounts/releases/tag/6.5.3
This commit is contained in:
Bobby Rong 2023-06-30 09:39:21 +08:00
parent ea63814905
commit 9cf407a570
No known key found for this signature in database

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-onlineaccounts";
version = "6.5.2";
version = "6.5.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-IW6twvEbCzQbuNFnryHxer5rK5zYfbmilcLjHCV9ZsM=";
sha256 = "sha256-qERXF7aymI2xbyqrD6rwUBiFNRnIiVllavSPgW0F8yk=";
};
nativeBuildInputs = [