summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-06 22:17:54 +0200
committerGitHub <noreply@github.com>2023-03-06 22:17:54 +0200
commit3656e79af3a7727e2804ca1a11c3602fc70ab093 (patch)
tree7cd9b02dc1177899c121af809575a322772475f8
parentd2ca7967847108a0d53542929683e301961118b5 (diff)
parentc0a41e924b33d6e05b807f2f7816814d91b028d8 (diff)
Merge pull request #219730 from r-ryantm/auto-update/blaze
blaze: 3.8.1 -> 3.8.2
-rw-r--r--pkgs/development/libraries/blaze/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/blaze/default.nix b/pkgs/development/libraries/blaze/default.nix
index d09f5083a948..ad68b6df4d59 100644
--- a/pkgs/development/libraries/blaze/default.nix
+++ b/pkgs/development/libraries/blaze/default.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "blaze";
- version = "3.8.1";
+ version = "3.8.2";
src = fetchFromBitbucket {
owner = "blaze-lib";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
- hash = "sha256-fe6J0aquk4j+b11Sq+ihagWA/LMTYnAgIHbaDCZacP0=";
+ hash = "sha256-Jl9ZWFqBvLgQwCoMNX3g7z02yc7oYx+d6mbyLBzBJOs=";
};
strictDeps = true;