nixd: 2.3.2 -> 2.4.0 (#345050)

This commit is contained in:
Aleksana 2024-09-28 18:05:04 +08:00 committed by GitHub
commit 683198ad1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
let
common = rec {
version = "2.3.2";
version = "2.4.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-ffHLKHpqgVlYLGQ/Dc/6hW/inA98QdMJiv/fT2IrH7c=";
hash = "sha256-8F97zAu+icDC9ZYS7m+Y58oZQ7R3gVuXMvzAfgkVmJo=";
};
nativeBuildInputs = [