pantheon.wingpanel-indicator-network: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm 2022-07-01 07:47:54 +00:00
parent 0451e24798
commit d20dd11968

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-network";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-4Fg8/Gm9mUqaL3wEc8h+/pMvOfD75ILjo7LhLz6LQmo=";
sha256 = "sha256-fcR8gcexxIzSvR27SUyDhyCOlev+0r7YPPJlCNydCYM=";
};
nativeBuildInputs = [