furnace: 0.6pre1.5 -> 0.6pre2

This commit is contained in:
R. Ryantm 2022-12-25 11:43:44 +00:00 committed by Bobby Rong
parent 92a131796b
commit cd66de888c

View File

@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6pre1.5";
version = "0.6pre2";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-2Bl6CFZJkhdNxMZiJ392zjcVMu8BgyK58R8aE4ToskY=";
sha256 = "sha256-ydywnlZ6HEcTiBIB92yduCzPsOljvypP1KpCVjETzBc=";
};
nativeBuildInputs = [