We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4582e1 + 7c71f4e commit 388910bCopy full SHA for 388910b
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.1.0";
+ version = "2.2.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-8XSdaDY1ze6B8eMozgaLMpaSxEBHaEvrDndBomg3kFY=";
+ sha256 = "sha256-g0xDIY7STo+16tqBCIZQ6bH2EZEIJNNH6oqLw3duQi8=";
113
};
114
115
dontUnpack = true;
0 commit comments