syncthingtray: 1.4.6 -> 1.4.7

Diff: https://github.com/Martchus/syncthingtray/compare/v1.4.6...v1.4.7
This commit is contained in:
Doron Behar 2023-10-03 16:36:24 +03:00
parent 99b48447f9
commit 7f492d343e

View File

@ -33,14 +33,14 @@ https://github.com/NixOS/nixpkgs/issues/199596#issuecomment-1310136382 */
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.4.6";
version = "1.4.7";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
sha256 = "sha256-/HAqO0eVFt4YLGeTbZSZcH2pOojvykukAGTBHZTfKLQ=";
sha256 = "sha256-ddOyAyvFifsdNMbwcMZTyhA+5pvz6/Eu/VoBmdsHi54=";
};
buildInputs = [