Skip to content

Commit 5b9ed59

Browse files
committed
syncthingtray: 1.3.2 -> 1.3.3
Diff: Martchus/syncthingtray@v1.3.2...v1.3.3
1 parent a8991ec commit 5b9ed59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/syncthingtray/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
2828
}:
2929

3030
mkDerivation rec {
31-
version = "1.3.2";
31+
version = "1.3.3";
3232
pname = "syncthingtray";
3333

3434
src = fetchFromGitHub {
3535
owner = "Martchus";
3636
repo = "syncthingtray";
3737
rev = "v${version}";
38-
sha256 = "sha256-zLZw6ltdgO66dvKdLXhr/a6r8UhbSAx06jXrgMARHyw=";
38+
sha256 = "sha256-6H5pV7/E4MP9UqVpm59DqfcK8Z8GwknO3+oWxAcnIsk=";
3939
};
4040

4141
buildInputs = [

0 commit comments

Comments
 (0)