Merge pull request #207615 from r-ryantm/auto-update/stalonetray

stalonetray: 0.8.4 -> 0.8.5
This commit is contained in:
7c6f434c
2023-01-07 11:35:21 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "stalonetray";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "kolbusa";
repo = pname;
rev = "v${version}";
sha256 = "sha256-grxPqSYPLUstLIOKqzMActaSQ2ftYrjbalfR4HcPDRY=";
sha256 = "sha256-/55oP6xA1LeLawOBkhh9acaDcObO4L4ojcy7e3vwnBw=";
};
preConfigure =