hjson-go: 4.3.1 -> 4.4.0

This commit is contained in:
Emery Hemingway 2023-12-16 00:37:41 +02:00
parent 295c4eef41
commit 2925a9ef30
2 changed files with 2 additions and 4 deletions

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hjson-go";
version = "4.3.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "hjson";
repo = pname;
rev = "v${version}";
hash = "sha256-ox6/PY7Nx282bUekLoXezWfKDiDzCBUZMa5/nu2qG40=";
hash = "sha256-fonPxk/9ue8LzHTdKpuHJcucQoMl4P6gq+tbjS8Ui7Q=";
};
vendorHash = null;

View file

@ -40440,8 +40440,6 @@ with pkgs;
hjson = with python3Packages; toPythonApplication hjson;
hjson-go = callPackage ../development/tools/hjson-go { };
epkowa = callPackage ../misc/drivers/epkowa { };
utsushi = callPackage ../misc/drivers/utsushi { };