Unverified Commit 4561d039 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

syncthingtray: 1.7.1 -> 1.7.2 (#385982)

parents 02ce2c07 08f0a70e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "1.7.1";
  version = "1.7.2";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-97ehL61C6q/8Hlbt3bMkrZ33V+Z4a4xatc5p1Tw5NIw=";
    hash = "sha256-pQd6Ngxcn5qJKhjqXXJ6LZLgSI8gJ/d9TNuIAZlWHGA=";
  };

  buildInputs =