Unverified Commit 5e28b3fe authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

syncthingtray: 1.6.3 -> 1.6.4 (#364825)

parents 6bbb7f09 c55fae29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "1.6.3";
  version = "1.6.4";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-nWG9r0/qs9Jrj0Bo3RKtNSP1pnUd7CRiEkkRWf0UMNs=";
    hash = "sha256-xLgkBBh4OMHZYlIiRemJ1aYEwRp+b/Q3dPKm9zpxNjo=";
  };

  buildInputs =