Unverified Commit 803462f4 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #185561 from r-ryantm/auto-update/syncthingtray

syncthingtray: 1.2.1 -> 1.2.2
parents b3c0c94f 6c585155
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@
}:

mkDerivation rec {
  version = "1.2.1";
  version = "1.2.2";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${version}";
    sha256 = "sha256-qcfmePPSuaCydATNhUCZ9ee9tV1KqclP9PPX6UPILTM=";
    sha256 = "sha256-BdcMW9ePOLXOZnFxFb1h/mn5a6c8fHYFr9ckK9hXJAM=";
  };

  buildInputs = [