Unverified Commit 422a04ce authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

syncthingtray-minimal: 2.0.0 -> 2.0.1 (#439820)

parents 487801c0 6a8d5c61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

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

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

  buildInputs = [