pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1

https://github.com/elementary/switchboard-plug-onlineaccounts/compare/8.0.0...8.0.1
This commit is contained in:
Bobby Rong 2024-09-26 21:03:53 +08:00
parent 30439d93eb
commit efc383fde3
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-onlineaccounts";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-OlivtKz3kE81CZ6KJgvVvqf0BSVJbh6C0F7O+/+4xZU=";
sha256 = "sha256-E4UAhrs+YQ47VEHMFY8PbSFvBqhqrTf4aPezeqEjdLo=";
};
nativeBuildInputs = [