Merge pull request #286018 from r-ryantm/auto-update/neatvnc

neatvnc: 0.7.1 -> 0.7.2
This commit is contained in:
Nick Cao 2024-02-03 10:23:30 -05:00 committed by GitHub
commit 18a832812d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "neatvnc";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "any1";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bRlz5RW+NUSTgzjRM9alZjSrzmF8/7p4IIXqK/HEcJo=";
sha256 = "sha256-S2LMD15MYd/t/Z8B1OQ0hVrZQLR6Gf4LB45mhmDwblg=";
};
strictDeps = true;