Commit 92c0c77c authored by R. RyanTM's avatar R. RyanTM
Browse files

neatvnc: 0.9.4 -> 0.9.5

parent 82bf514f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "neatvnc";
  version = "0.9.4";
  version = "0.9.5";

  src = fetchFromGitHub {
    owner = "any1";
    repo = "neatvnc";
    rev = "v${version}";
    hash = "sha256-D9dwD5i9mScc5vn0mUxe7+0cxMI65F7LyivXn9J0aic=";
    hash = "sha256-wAIifLw2rlu44jXMu/k31B7qePdJt6pT6TOhNxcyfLw=";
  };

  strictDeps = true;