Merge pull request #179987 from r-ryantm/auto-update/pantheon.switchboard-plug-network

pantheon.switchboard-plug-network: 2.4.2 -> 2.4.3
This commit is contained in:
Bobby Rong 2022-07-03 19:14:44 +08:00 committed by GitHub
commit 0bd4a86397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-network";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-CdSX4p98HQNC0VF5Ae/ZnDqm000+9KJ6JhQWhSHC4CI=";
sha256 = "sha256-g0EvdYwgs+5l3wFKhQbf9o8iUr6NOvBqv+VM6xYThPA=";
};
patches = [