Unverified Commit e6511f55 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

stalonetray: 0.8.4 -> 0.8.5
parents 2fc85042 84d7fbef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =