nixd: 2.2.2 -> 2.2.3

This commit is contained in:
Redyf
2024-07-16 11:04:20 -03:00
parent 0a8593b93c
commit f37ff0b63a
@@ -20,13 +20,13 @@
let
common = rec {
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-Yr/+03ealYQHjxtCLNCz/EYypwMPgiaTvCE55BEUk2c=";
hash = "sha256-1i4U012vqw84NuD5cjgfVX/he4vW9MyEeIetJ55g280=";
};
nativeBuildInputs = [