pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1 (#344660)

This commit is contained in:
Bobby Rong 2024-09-27 21:53:52 +08:00 committed by GitHub
commit 1d8bd790cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [