nixd: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2024-06-25 00:39:24 +00:00
parent e1f89770af
commit d098fe94ce
@@ -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 = [