summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-06-08 20:22:53 +0300
committerMatthias Beyer <mail@beyermatthias.de>2023-08-26 21:24:34 +0200
commitf939cc768cc9fdb627c1b1a0f151a61a8c260265 (patch)
treecdfb9ecc3ddf1a63128d4805eef8986cbdb6a262
parentsyncthingtray: 1.4.1 -> 1.4.2 (diff)
downloadnixpkgs-f939cc768cc9fdb627c1b1a0f151a61a8c260265.tar.gz
syncthingtray: 1.4.2 -> 1.4.3
Diff: https://github.com/Martchus/syncthingtray/compare/v1.4.2...v1.4.3 (cherry picked from commit 9789f453cb9cd8f81f81ebfe359a8cadcdcdacff) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/applications/misc/syncthingtray/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/syncthingtray/default.nix b/pkgs/applications/misc/syncthingtray/default.nix
index 619b55aabe97..d1a9d1840839 100644
--- a/pkgs/applications/misc/syncthingtray/default.nix
+++ b/pkgs/applications/misc/syncthingtray/default.nix
@@ -30,14 +30,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:
mkDerivation rec {
- version = "1.4.2";
+ version = "1.4.3";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
- sha256 = "sha256-xhzrcC+UuDl4CN0bsLLWyssQMEasEEKe2AfIi9taSzA=";
+ sha256 = "sha256-6J/P/DDD17QtXAISQn77EDIYqQu1hY7EnIX0FC6H/20=";
};
buildInputs = [