From 2bbde7d60cf8f4a4c2975b1774b4c4c39fd6eaec Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 27 Jul 2025 07:41:33 +0200 Subject: [PATCH] bashunit: 0.22.2 -> 0.22.3 --- pkgs/by-name/ba/bashunit/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ba/bashunit/package.nix b/pkgs/by-name/ba/bashunit/package.nix index f7bb37bf26de..d101e66e91a2 100644 --- a/pkgs/by-name/ba/bashunit/package.nix +++ b/pkgs/by-name/ba/bashunit/package.nix @@ -12,13 +12,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "bashunit"; - version = "0.22.2"; + version = "0.22.3"; src = fetchFromGitHub { owner = "TypedDevs"; repo = "bashunit"; tag = finalAttrs.version; - hash = "sha256-neQ7/euCGn0u9ph4Z3vGsptayZ47cY0iG6FFRkwBFG0="; + hash = "sha256-CN3BmsAFRQSkcS97XkKsL9+lChxb7V05iw8xoq0QVZE="; forceFetchGit = true; # needed to include the tests directory for the check phase };