Unverified Commit 6562072a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

syncthingtray: 1.7.2 -> 1.7.3 (#389646)

parents d15b2e4f 2314bf5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

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

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-pQd6Ngxcn5qJKhjqXXJ6LZLgSI8gJ/d9TNuIAZlWHGA=";
    hash = "sha256-XmbdLaJzGjgbB4klu8soAV1m2/LjhbWbAczl/mNTMG4=";
  };

  buildInputs =