Merge pull request #208553 from OPNA2608/update/furnace

furnace: 0.6pre2 -> 0.6pre3
This commit is contained in:
Thomas Gerbet 2023-01-01 14:35:03 +01:00 committed by GitHub
commit 5a9a335334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [