Merge pull request #148939 from r-ryantm/auto-update/tigervnc

tigervnc: 1.11.0 -> 1.12.0
This commit is contained in:
Maximilian Bosch 2021-12-06 21:56:40 +01:00 committed by GitHub
commit 03bdc49d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
with lib;
stdenv.mkDerivation rec {
version = "1.11.0";
version = "1.12.0";
pname = "tigervnc";
src = fetchFromGitHub {
owner = "TigerVNC";
repo = "tigervnc";
rev = "v${version}";
sha256 = "sha256-IX39oEhTyk7NV+9dD9mFtes22fBdMTAVIv5XkqFK560=";
sha256 = "sha256-77X+AvHFWfYYIio3c+EYf11jg/1IbYhNUweRIDHMOZw=";
};