nixf: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2024-06-18 14:01:01 +00:00
parent bd8d034e65
commit bfbb997554

View File

@ -20,13 +20,13 @@
let let
common = rec { common = rec {
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixd"; repo = "nixd";
rev = version; rev = version;
hash = "sha256-/8Ty1I130vWFidedt+WEaaFHS/zMFVu9vpq4Z3EBjGw="; hash = "sha256-Y5MB3BQBRkSe+10enlric1GTmJCN36clbOSos6fzoRM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [