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-07-07 05:29:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 05:29:09 +0000
commit99047f1f141637bfa0108f5624b022091e4e86bf (patch)
tree25a55c940a36997fedf1f4ed74297174b12280f5 /pkgs/tools/misc/bash_unit
parent354697e9461813b9d7d91f27401348bcc8d17d26 (diff)
bash_unit: 1.9.1 -> 2.0.0
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 a64a457cdf761..4a72557f9a013 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 = "1.9.1";
+  version = "2.0.0";
 
   src = fetchFromGitHub {
     owner = "pgrange";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-TtpVldIAqyv+apXmbI+1L0NgZxoKdc6Ffrl4WOqRI9c=";
+    sha256 = "sha256-ekkyyp280YRXMuNXbiV78Hrfd/zk2nESE1bRCpUP1eE=";
   };
 
   installPhase = ''