Commit 04f2c64b authored by Yarny0's avatar Yarny0
Browse files

tigervnc: use `tag` and `hash` in `fetchFromGitHub`

parent 43aa4e69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "TigerVNC";
    repo = "tigervnc";
    rev = "v${version}";
    sha256 = "sha256-TgVV/4MRsQHYKpDf9L5eHMLVpdwvNy1KPDIe7xMlQ9o=";
    tag = "v${version}";
    hash = "sha256-TgVV/4MRsQHYKpDf9L5eHMLVpdwvNy1KPDIe7xMlQ9o=";
  };

  patches = [