nixd: 2.6.2 -> 2.6.3 (#397454)

This commit is contained in:
Austin Horstman
2025-04-18 07:32:51 -07:00
committed by GitHub
@@ -21,13 +21,13 @@
let
common = rec {
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
tag = version;
hash = "sha256-kxCUBgdIulW68H0ATOXsWp5977HFIF7wTw3qYYfgCAQ=";
hash = "sha256-Gd7VFyQ/ayw0NI72sdZ1wFuXaxlIPWyE31Kl53d3zB4=";
};
nativeBuildInputs = [