pantheon.switchboard-plug-network: unstable-2023-09-05 -> 2.5.0

https://github.com/elementary/switchboard-plug-network/compare/3b69132788ff8734a481d498b49207e05a4f7d70...2.5.0
This commit is contained in:
Bobby Rong
2024-01-06 20:07:44 +08:00
parent b0d36bd0a4
commit efb02fcd96
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-network";
version = "unstable-2023-09-05"; # 2.4.4 does not support networkmanager 1.44
version = "2.5.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = "3b69132788ff8734a481d498b49207e05a4f7d70";
hash = "sha256-XWiihU/FK6oeWQWRYsc/IxqafuvwA89ZE3o/WzaxudE=";
rev = version;
hash = "sha256-Dd7sZ66iyfuoHeQYrhlx9G9g4ylGq1IBlkTF5zFlVBQ=";
};
patches = [