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

neatvnc: 0.9.5 -> 0.9.6 (#513164)

parents cd056cde e0e3e626
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "neatvnc";
  version = "0.9.5";
  version = "0.9.6";

  src = fetchFromGitHub {
    owner = "any1";
    repo = "neatvnc";
    rev = "v${finalAttrs.version}";
    hash = "sha256-wAIifLw2rlu44jXMu/k31B7qePdJt6pT6TOhNxcyfLw=";
    hash = "sha256-VStlTsfXbFxTnRGdK1y7MLtCzxbHzraw5GGph3sS/kI=";
  };

  strictDeps = true;