about summary refs log tree commit diff
path: root/pkgs/development/interpreters/bats
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2021-10-19 14:27:11 +0200
committerMichael Adler <michael.adler@siemens.com>2021-10-19 14:28:00 +0200
commitac4e27010646b6fec1366e185bf8957280c5f4d2 (patch)
treea8e40a4f26d901fa0f1aa25269301ba3ebe44ba6 /pkgs/development/interpreters/bats
parent51d0119ebb2a7d91a6437c7636ea0d2dcdea5f7b (diff)
bats: 1.3.0 -> 1.4.1
Diffstat (limited to 'pkgs/development/interpreters/bats')
-rw-r--r--pkgs/development/interpreters/bats/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/bats/default.nix b/pkgs/development/interpreters/bats/default.nix
index 01d1b61cb8017..7a6f62a55c89b 100644
--- a/pkgs/development/interpreters/bats/default.nix
+++ b/pkgs/development/interpreters/bats/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "bats";
-  version = "1.3.0";
+  version = "1.4.1";
 
   src = fetchzip {
     url = "https://github.com/bats-core/bats-core/archive/v${version}.tar.gz";
-    hash = "sha256-+dboExOx2YELxV8Cwk9SVwk9G3p8EoP0LdaJ3o7GT6c=";
+    hash = "sha256-bGZXjq6zG9MJgDccpVYATsgYhhb1Zf7Deoa/DoSv8QE=";
   };
 
   nativeBuildInputs = [ makeWrapper ];