Skip to content

Commit e71b0e7

Browse files
Update prebuilt to v2.4.0
1 parent f9b1525 commit e71b0e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@
105105
# and keeps deployment fast while source builds always give you latest.
106106
prebuiltPackage = pkgs.stdenvNoCC.mkDerivation rec {
107107
pname = "blaz";
108-
version = "2.2.0";
108+
version = "2.4.0";
109109

110110
src = pkgs.fetchurl {
111111
url = "https://github.com/MathieuMoalic/blaz/releases/download/v${version}/blaz-v${version}-x86_64-linux";
112-
sha256 = "sha256-g0xDIY7STo+16tqBCIZQ6bH2EZEIJNNH6oqLw3duQi8=";
112+
sha256 = "sha256-xhp0BdHmkvkVydzT884ViYKCTpdXG90GOoztYK2wjpc=";
113113
};
114114

115115
dontUnpack = true;

0 commit comments

Comments
 (0)