[feat] Added rest-nvim

This commit is contained in:
uttarayan21
2024-03-22 01:11:34 +05:30
parent 7c52a2abd3
commit b58990ad9b

View File

@@ -162,8 +162,10 @@
src = final.pkgs.fetchFromGitHub { src = final.pkgs.fetchFromGitHub {
owner = "rest-nvim"; owner = "rest-nvim";
repo = "rest.nvim"; repo = "rest.nvim";
rev = "main"; rev = "c12c0b06ce5a09d83e79c8464f09d21fdd6b32d6";
sha256 = "sha256-3EC0j/hEbdQ8nJU0I+LGmE/zNnglO/FrP/6POer0338="; # sha256 = "sha256-3EC0j/hEbdQ8nJU0I+LGmE/zNnglO/FrP/6POer0338";
# sha256 = "sha256-3EC0j/hEbdQ8nJU0I+LGmE/zNnglO/FrP/6POer0339";
sha256 = "sha256-rp1DkX3i+qZxvcsPXEKPiFLSfWbetRm0/cEAWBoBOic=";
}; };
}; };
}; };