Merge pull request #250293 from kashw2/furnace

furnace: 0.6pre7 -> 0.6.pre8
This commit is contained in:
Matthias Beyer 2023-08-20 10:35:11 +02:00 committed by GitHub
commit 6c10c61b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6pre7";
version = "0.6pre8";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-Gr4XDfYaRUFdtnCJ6i0oRDszwAZYVW6Mbj4Sp7El5+8=";
sha256 = "sha256-kV3XlZAVkb+SfGqBi7I7Br58zjSAfh4kiUk2KCcXnFA=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''