pantheon.switchboard-plug-network: 2.4.4 -> unstable-2023-09-05
https://github.com/elementary/switchboard-plug-network/compare/2.4.4...3b69132788ff8734a481d498b49207e05a4f7d70
This commit is contained in:
parent
49bc1a76e0
commit
82b053d6b7
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "switchboard-plug-network";
|
pname = "switchboard-plug-network";
|
||||||
version = "2.4.4";
|
version = "unstable-2023-09-05"; # 2.4.4 does not support networkmanager 1.44
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "3b69132788ff8734a481d498b49207e05a4f7d70";
|
||||||
sha256 = "sha256-g62+DF84eEI+TvUr1OkeqLnCLz/b7e+xwuTNZS0WJQA=";
|
hash = "sha256-XWiihU/FK6oeWQWRYsc/IxqafuvwA89ZE3o/WzaxudE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue