blaze: 3.8.1 -> 3.8.2

This commit is contained in:
R. Ryantm 2023-03-05 19:42:36 +00:00
parent cb351f064e
commit c0a41e924b

View file

@ -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;