syncthingtray: 1.6.4 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-01-07 02:15:43 +00:00
parent 42de2bcb35
commit 6254d2c0f1
@@ -38,14 +38,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.6.4";
version = "1.7.0";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
hash = "sha256-xLgkBBh4OMHZYlIiRemJ1aYEwRp+b/Q3dPKm9zpxNjo=";
hash = "sha256-YKOqgUMK+FYYemxDcxfDV42z/1qSSja6M7NAt+UaFEo=";
};
buildInputs =