pantheon.switchboard-plug-network: 2.4.1 -> 2.4.2

This commit is contained in:
Bobby Rong 2022-01-27 10:10:51 +08:00
parent 9fcaa4b33e
commit 2739552590
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

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