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

syncthingtray: 1.7.0 -> 1.7.1 (#375001)

parents 97c3c86e 44b3a8af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:

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

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    hash = "sha256-YKOqgUMK+FYYemxDcxfDV42z/1qSSja6M7NAt+UaFEo=";
    hash = "sha256-97ehL61C6q/8Hlbt3bMkrZ33V+Z4a4xatc5p1Tw5NIw=";
  };

  buildInputs =