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

Merge pull request #293550 from r-ryantm/auto-update/syncthingtray

syncthingtray: 1.4.13 -> 1.5.0
parents 2526f8ef 825ff0dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:

stdenv.mkDerivation (finalAttrs: {
  version = "1.4.13";
  version = "1.5.0";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-RysX2IAzhGz/L65nDEL2UQLXIjdkQRmMs7bqNQIR+eA=";
    hash = "sha256-O8FLjse2gY8KNWGXpUeZ83cNk0ZuRAZJJ3Am33/ABVw=";
  };

  buildInputs = [