Merge pull request #320793 from r-ryantm/auto-update/nixf

nixf: 2.2.0 -> 2.2.1
This commit is contained in:
Aleksana 2024-06-20 17:04:28 +08:00 committed by GitHub
commit cd93a50ac2
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.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-/8Ty1I130vWFidedt+WEaaFHS/zMFVu9vpq4Z3EBjGw=";
hash = "sha256-Y5MB3BQBRkSe+10enlric1GTmJCN36clbOSos6fzoRM=";
};
nativeBuildInputs = [