syncthingtray: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2022-08-07 14:29:01 +00:00
parent f0ec9e1f96
commit 6c58515528

View File

@ -21,14 +21,14 @@
}:
mkDerivation rec {
version = "1.2.1";
version = "1.2.2";
pname = "syncthingtray";
src = fetchFromGitHub {
owner = "Martchus";
repo = "syncthingtray";
rev = "v${version}";
sha256 = "sha256-qcfmePPSuaCydATNhUCZ9ee9tV1KqclP9PPX6UPILTM=";
sha256 = "sha256-BdcMW9ePOLXOZnFxFb1h/mn5a6c8fHYFr9ckK9hXJAM=";
};
buildInputs = [