We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b1525 commit e71b0e7Copy full SHA for e71b0e7
1 file changed
flake.nix
@@ -105,11 +105,11 @@
105
# and keeps deployment fast while source builds always give you latest.
106
prebuiltPackage = pkgs.stdenvNoCC.mkDerivation rec {
107
pname = "blaz";
108
- version = "2.2.0";
+ version = "2.4.0";
109
110
src = pkgs.fetchurl {
111
url = "https://github.com/MathieuMoalic/blaz/releases/download/v${version}/blaz-v${version}-x86_64-linux";
112
- sha256 = "sha256-g0xDIY7STo+16tqBCIZQ6bH2EZEIJNNH6oqLw3duQi8=";
+ sha256 = "sha256-xhp0BdHmkvkVydzT884ViYKCTpdXG90GOoztYK2wjpc=";
113
};
114
115
dontUnpack = true;
0 commit comments