furnace: 0.6pre8 -> 0.6pre9

This commit is contained in:
R. Ryantm 2023-08-26 23:26:03 +00:00
parent 5a77c45f25
commit 061b238aaf

View File

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