about summary refs log tree commit diff
path: root/pkgs/tools/misc/bash_unit
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-29 07:01:03 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-05 22:57:34 +0800
commit0a8eb742885275a3112b2c2ffaa1c9f5551f8e9c (patch)
tree1c998a5790c0dec2d747e8618ef25c3677228024 /pkgs/tools/misc/bash_unit
parent14abeff728ec0b7ac619fb6424a1c3a24d165060 (diff)
bash_unit: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/tools/misc/bash_unit')
-rw-r--r--pkgs/tools/misc/bash_unit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bash_unit/default.nix b/pkgs/tools/misc/bash_unit/default.nix
index 4a72557f9a013..90e34286d38e7 100644
--- a/pkgs/tools/misc/bash_unit/default.nix
+++ b/pkgs/tools/misc/bash_unit/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "bash_unit";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "pgrange";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ekkyyp280YRXMuNXbiV78Hrfd/zk2nESE1bRCpUP1eE=";
+    sha256 = "sha256-P3fDfv7SexrNMynZBbgwwZcH2H/t4bwFM4HULlLaiM4=";
   };
 
   installPhase = ''