3
0
Fork 0
forked from mirrors/nixpkgs

furnace: 0.6pre2 -> 0.6pre3

This commit is contained in:
OPNA2608 2022-12-31 23:40:37 +01:00
parent 407160f700
commit b75e781579

View file

@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6pre2";
version = "0.6pre3";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-ydywnlZ6HEcTiBIB92yduCzPsOljvypP1KpCVjETzBc=";
sha256 = "sha256-bHVeTw69k6LLcrfkmGxvjlFfR/hWiCfm/P3utknid1o=";
};
nativeBuildInputs = [