syncthingtray: 2.0.6 -> 2.0.7 (#486694)

This commit is contained in:
Doron Behar
2026-02-04 12:58:25 +00:00
committed by GitHub
@@ -38,14 +38,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "2.0.6";
version = "2.0.7";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
hash = "sha256-ie4NCeOsVEXzg0qM06D5dZhtwx3UT9BghH4fP0B9oIY=";
hash = "sha256-aY2uKYmTC/eDv/ioenI5JrS6/kaod5ntxgGHvoszNFU=";
};
buildInputs = [