Unverified Commit 0308ef40 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265856 from NickCao/wayvnc

wayvnc: 0.7.1 -> 0.7.2
parents 838a57d2 c762d1d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "wayvnc";
  version = "0.7.1";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "any1";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-hmlzv1WaT+KucR7RGPC3bKcIdTxPOvK2s17nDucdu7c=";
    sha256 = "sha256-6at0p1Xc25K5l6sq2uMWpaLVvZMNlWC0ybyZyrIw41I=";
  };

  strictDeps = true;