furnace: 0.6pre18 -> 0.6

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-05 09:12:35 +02:00
parent fe39294762
commit 462a00c426
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE

View file

@ -28,14 +28,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6pre18";
version = "0.6";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-RLmXP/F3WnADx/NUPAJZpGSQZ7CGm1bG4UJYAcIeHME=";
hash = "sha256-8we7vKyGWjM9Rx0MJjSKLJcKBHiHt5vjuy17HHx/pP8=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''