[Backport release-24.11] nixd: 2.5.0 -> 2.5.1 (#357007)

This commit is contained in:
Nick Cao 2024-11-19 09:44:15 -05:00 committed by GitHub
commit 9e6794e9cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [