We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e076e71 commit be885ebCopy full SHA for be885eb
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 = "1.2.1";
+ version = "2.0.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-dX9QMuD1FvpWg+BxD9vxKLoHub2wH/Bf3c31ZmSKcmw=";
+ sha256 = "sha256-ADIP4qiVvxYPXQdQUiSJ1tQeVw1yk0S8Qfq0G+oaeSU=";
113
};
114
115
dontUnpack = true;
0 commit comments