syncthingtray: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2022-09-13 10:26:51 +00:00
parent d99e0c6fc2
commit ee38ba4c38

View File

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