about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorbrokenpip3 <brokenpip3@gmail.com>2024-02-27 00:12:44 +0100
committerbrokenpip3 <brokenpip3@gmail.com>2024-02-27 00:12:44 +0100
commitc95f67587c275e77a023db5cfb7331cd89148e3f (patch)
tree33b9b2e628f88d61a75a73066d826ec363fd6d39 /pkgs/development/interpreters
parent13aff9b34cc32e59d35c62ac9356e4a41198a538 (diff)
downloadnixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar.gz
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar.bz2
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar.lz
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar.xz
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.tar.zst
nixlib-c95f67587c275e77a023db5cfb7331cd89148e3f.zip
bats.libraries.bats-detik: 1.2.1 -> 1.3.0
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/bats/libraries.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/bats/libraries.nix b/pkgs/development/interpreters/bats/libraries.nix
index a7d5e2b87747..9ee0942e7e69 100644
--- a/pkgs/development/interpreters/bats/libraries.nix
+++ b/pkgs/development/interpreters/bats/libraries.nix
@@ -53,12 +53,12 @@
 
   bats-detik = stdenv.mkDerivation (finalAttrs: {
     pname = "bats-detik";
-    version = "1.2.1";
+    version = "1.3.0";
     src = fetchFromGitHub {
       owner = "bats-core";
       repo = "bats-detik";
       rev = "v${finalAttrs.version}";
-      hash = "sha256-2BEIqRSc21oPjd9BgTLg5mGyAdNJYA2b7gZe7Nj2dks=";
+      hash = "sha256-cbWNZ9a/Q9reJLQxUyTdqfLykOJcJKnoKB123ao8/xM=";
     };
     dontBuild = true;
     installPhase = ''