Skip to content

Commit be885eb

Browse files
committed
Update prebuilt version
1 parent e076e71 commit be885eb

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 = "1.2.1";
108+
version = "2.0.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-dX9QMuD1FvpWg+BxD9vxKLoHub2wH/Bf3c31ZmSKcmw=";
112+
sha256 = "sha256-ADIP4qiVvxYPXQdQUiSJ1tQeVw1yk0S8Qfq0G+oaeSU=";
113113
};
114114

115115
dontUnpack = true;

0 commit comments

Comments
 (0)