about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-05 21:31:22 +0800
committerGitHub <noreply@github.com>2024-04-05 21:31:22 +0800
commitea91417013c0e277d71f4d28c6299d75826e291d (patch)
tree660c4c3bc561d581e51c9a18f08ea7a66084563b /pkgs/tools
parent3d8716fccd6e76a772971270be06f6b806cff32e (diff)
parentbcf3a75b0a0e9346ba12146c0a0669d763c3d58a (diff)
Merge pull request #301822 from r-ryantm/auto-update/base16384
base16384: 2.2.5 -> 2.3.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/base16384/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/base16384/default.nix b/pkgs/tools/text/base16384/default.nix
index 7111eece42958..b075b0665aaef 100644
--- a/pkgs/tools/text/base16384/default.nix
+++ b/pkgs/tools/text/base16384/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "base16384";
-  version = "2.2.5";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = "fumiama";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-S9DA9C+6OJcSLJTSLRo9rolJO9yVQ0FOE7uwbvmJiGk=";
+    hash = "sha256-FzZ8k7dkGksQvknrHoSjX1iUpIyL5xGlFTm3mgpBIig=";
   };
 
   nativeBuildInputs = [ cmake ];