Unverified Commit 8e0d0a16 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

syncthingtray: 2.0.2 -> 2.0.3 (#458695)

parents ea4d504c 45d15ae9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

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

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-FZruyQ3ckWp9nUmCet4uTeU7TKukmW1D73Rx8EUUsVI=";
    hash = "sha256-vvbzXwujOIk3g/SvNM3JGkt956RN9VR0Pcx5nzg1IU0=";
  };

  buildInputs = [