summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-13 17:25:51 -0400
committertriethyl <triethylammonium@pm.me>2025-07-13 17:25:51 -0400
commite44a859b819c000ed43f03bcdf93ba9dd0e34640 (patch)
treee7f14e1d4b9ba574ba14b1ee8f6e0410c0578638 /pkgs
parentc9dd1dfc92f9f14ba47c93877f3ab3478ee334ed (diff)
added hash for neovide-git package
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/neovide-git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/neovide-git.nix b/pkgs/neovide-git.nix
index 159552a..5b67118 100644
--- a/pkgs/neovide-git.nix
+++ b/pkgs/neovide-git.nix
@@ -5,6 +5,6 @@ pkgs.neovide.overrideAttrs (old: {
owner = "neovide";
repo = "neovide";
rev = "627956990b4d85a2a98a13e0c50da2155d15cd72";
- sha256 = "";
+ sha256 = "sha256-WwLEL6GyLLPbGEJrpSRLTJr+CqevZZ5MBZNUbXLWn3I=";
};
})