Unverified Commit 169d7434 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

syncthingtray: 2.0.1 -> 2.0.2 (#449322)

parents 790032ae 6cd93803
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.0.1";
  version = "2.0.2";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-57Mq6zdSqPIK88E/CQkfwQe+Rf4kFTZ2o2shtPBWgRE=";
    hash = "sha256-FZruyQ3ckWp9nUmCet4uTeU7TKukmW1D73Rx8EUUsVI=";
  };

  buildInputs = [