Merge pull request #322301 from r-ryantm/auto-update/nixd

nixd: 2.2.1 -> 2.2.2
This commit is contained in:
Nick Cao 2024-06-25 19:22:47 -04:00 committed by GitHub
commit 29a717b899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
let
common = rec {
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-Y5MB3BQBRkSe+10enlric1GTmJCN36clbOSos6fzoRM=";
hash = "sha256-Yr/+03ealYQHjxtCLNCz/EYypwMPgiaTvCE55BEUk2c=";
};
nativeBuildInputs = [