Merge pull request #284546 from r-ryantm/auto-update/turbovnc

turbovnc: 3.1 -> 3.1.1
This commit is contained in:
Niklas Hambüchen 2024-06-23 15:51:03 +02:00 committed by GitHub
commit c6aec80fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "turbovnc";
version = "3.1";
version = "3.1.1";
src = fetchFromGitHub {
owner = "TurboVNC";
repo = "turbovnc";
rev = finalAttrs.version;
hash = "sha256-nMqH/jhw4GhffGYR+WGcUnF6EOFSS6HDuSKvjoCtGkk=";
hash = "sha256-7dft5Wp9LvRy3FM/cZ5F6qUIesu7mzd/Ww8P3xsSvyI=";
};
# TODO: