nixd: 2.3.0 -> 2.3.1

This commit is contained in:
redyf
2024-08-07 10:32:42 -03:00
parent 4b99298c2b
commit 35d1305130
@@ -21,13 +21,13 @@
let
common = rec {
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-iB6Hc3kgtsZ360JlAhPqCRWFTf3tawHEKYAeYt7DM4E=";
hash = "sha256-JmDMcxIQ0220O/vWw/9SyB1dH7MSJaPK/CKY44ViVjM=";
};
nativeBuildInputs = [