Unverified Commit 79277c6c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

syncthingtray: 2.0.7 -> 2.0.8 (#496454)

parents c1c4095a 966941d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.0.7";
  version = "2.0.8";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-aY2uKYmTC/eDv/ioenI5JrS6/kaod5ntxgGHvoszNFU=";
    hash = "sha256-iaLHl6XvmcsP/iO+sit1yWT8UZxA+euL7cusP/NCaK4=";
  };

  buildInputs = [