syncthingtray: 2.0.7 -> 2.0.8

This commit is contained in:
R. Ryantm
2026-03-04 02:22:03 +00:00
parent c4b0401802
commit 966941d9b2
+2 -2
View File
@@ -27,14 +27,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "2.0.7";
version = "2.0.8";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${finalAttrs.version}";
hash = "sha256-aY2uKYmTC/eDv/ioenI5JrS6/kaod5ntxgGHvoszNFU=";
hash = "sha256-iaLHl6XvmcsP/iO+sit1yWT8UZxA+euL7cusP/NCaK4=";
};
buildInputs = [