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

3b69132788...2.5.0
This commit is contained in:
Bobby Rong 2024-01-06 20:06:32 +08:00
parent b0d36bd0a4
commit efb02fcd96
No known key found for this signature in database

View File

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