Merge pull request #327661 from redyf/update-nixd

nixd: 2.2.2 -> 2.2.3
This commit is contained in:
Pol Dellaiera
2024-07-16 20:11:21 +02:00
committed by GitHub
@@ -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 = [