nixf: 2.6.1 -> 2.6.2 (#391769)

This commit is contained in:
Aleksana
2025-03-22 19:27:08 +08:00
committed by GitHub
@@ -21,13 +21,13 @@
let
common = rec {
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
tag = version;
hash = "sha256-HbHqog4Ct8qWJegAHcEcIVNbSyzrmrFspdOk+SVUaHI=";
hash = "sha256-kxCUBgdIulW68H0ATOXsWp5977HFIF7wTw3qYYfgCAQ=";
};
nativeBuildInputs = [