Skip to content

Commit 388910b

Browse files
committed
Merge branch 'main' of github.com:MathieuMoalic/blaz
2 parents d4582e1 + 7c71f4e commit 388910b

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.1.0";
108+
version = "2.2.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-8XSdaDY1ze6B8eMozgaLMpaSxEBHaEvrDndBomg3kFY=";
112+
sha256 = "sha256-g0xDIY7STo+16tqBCIZQ6bH2EZEIJNNH6oqLw3duQi8=";
113113
};
114114

115115
dontUnpack = true;

0 commit comments

Comments
 (0)