pantheon.switchboard-plug-network: 2.4.3 -> 2.4.4

This commit is contained in:
Bobby Rong 2022-10-22 09:59:11 +08:00
parent ec187bf908
commit 4950a3b9c6
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-network";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-g0EvdYwgs+5l3wFKhQbf9o8iUr6NOvBqv+VM6xYThPA=";
sha256 = "sha256-g62+DF84eEI+TvUr1OkeqLnCLz/b7e+xwuTNZS0WJQA=";
};
patches = [