nixd: 2.5.0 -> 2.5.1

(cherry picked from commit 02e139b542)
This commit is contained in:
R. Ryantm 2024-11-17 09:17:54 +00:00 committed by github-actions[bot]
parent 783008b28c
commit c54b4a9cf1

View File

@ -21,13 +21,13 @@
let
common = rec {
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-dFPjQcY3jtHIsdR0X1s0qbHtBFroRhHoy/NldEFxlZ0=";
hash = "sha256-5+ul4PxMgPkmGLB8CYpJcIcRDY/pJgByvjIHDA1Gs5A=";
};
nativeBuildInputs = [