home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 3979fd25a332d4d9e363dce3bedaabf91b37c963
parent fa541ffa72d867af93421eb6ba3cac2be3c75f20
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 24 Mar 2022 12:50:25 +0100

nix/packages: sugarjazy 0.6.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mnix/packages/sugarjazy/default.nix | 4++--
Mnix/packages/sugarjazy/pyproject.toml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/packages/sugarjazy/default.nix b/nix/packages/sugarjazy/default.nix @@ -2,7 +2,7 @@ poetry2nix.mkPoetryApplication rec { pname = "sugarjazy"; - version = "0.5.1"; + version = "0.6.0"; python = python310; projectDir = ./.; @@ -10,7 +10,7 @@ poetry2nix.mkPoetryApplication rec { owner = "chmouel"; repo = "sugarjazy"; rev = "${version}"; - sha256 = "sha256-GkfPpCRXta2aDUQT4c/tU+T1b/LoPM+k1GlopvgIpzQ="; + sha256 = "sha256-OxiSWkUkNO0YkkUyYiFZry0hEV2gdydAQlCDcYqfaE4="; }; doCheck = false; diff --git a/nix/packages/sugarjazy/pyproject.toml b/nix/packages/sugarjazy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sugarjazy" -version = "0.5.1" +version = "0.6.0" description = "Parse json logs output from uber-go/zap library nicely" authors = ["Chmouel Boudjnah <chmouel@chmouel.com>"] maintainers = ["Chmouel Boudjnah <chmouel@chmouel.com>"]