From 937ede11b725c6ea18c5b2c5bf9c1eabd3b8af41 Mon Sep 17 00:00:00 2001 From: kraanzu Date: Sun, 10 Nov 2024 21:25:35 +0530 Subject: [PATCH] chore: bump version --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 04f7acc9..9f50e5a6 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -10,7 +10,7 @@ python3 = python311; username = "dooit-org"; repo = "dooit"; - ver = "v3.0.1"; + ver = "v3.0.2"; in python3.pkgs.buildPythonApplication rec { pname = repo; @@ -21,7 +21,7 @@ in owner = username; repo = pname; rev = ver; - hash = "sha256-yHL2HQyPENyAj/9jA7M+jFN0R4AAjLHVqyAmS3m8OME="; + hash = "sha256-DPmCADFduGc5n+6q9zl0f4x9C6RmzLvBeYh2j0ZSpH0="; }; build-system = with python3.pkgs; [poetry-core];