Merge pull request #218519 from r-ryantm/auto-update/furnace

furnace: 0.6pre3 -> 0.6pre4-hotfix
This commit is contained in:
Weijia Wang 2023-02-27 22:05:08 +02:00 committed by GitHub
commit e3bf380256
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.6pre3";
version = "0.6pre4-hotfix";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-bHVeTw69k6LLcrfkmGxvjlFfR/hWiCfm/P3utknid1o=";
sha256 = "sha256-lJtV/0GnWN5mSjv2LaPEMnkuThaNeijBMjLGFPOJX4k=";
};
nativeBuildInputs = [