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 { mkDerivation rec {
version = "1.2.1"; version = "1.2.2";
pname = "syncthingtray"; pname = "syncthingtray";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Martchus"; owner = "Martchus";
repo = "syncthingtray"; repo = "syncthingtray";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qcfmePPSuaCydATNhUCZ9ee9tV1KqclP9PPX6UPILTM="; sha256 = "sha256-BdcMW9ePOLXOZnFxFb1h/mn5a6c8fHYFr9ckK9hXJAM=";
}; };
buildInputs = [ buildInputs = [