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

syncthingtray: 1.5.3 -> 1.5.4
This commit is contained in:
Doron Behar 2024-06-05 18:23:53 +03:00 committed by GitHub
commit 6c6c4981c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,14 +34,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.5.3";
version = "1.5.4";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
hash = "sha256-wE6N0GSdcLDQOO+M3Ahlv3Z2S+PqdvZAnueCKB9+R08=";
hash = "sha256-3Z9heiQiuYzWtReKs/XeA+ENRKgxHR74ANzrDcdyjh4=";
};
buildInputs = [