furnace: 0.6.8.2 -> 0.6.8.3 (#417099)

This commit is contained in:
Wolfgang Walther
2025-06-27 15:22:08 +00:00
committed by GitHub
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "furnace";
version = "0.6.8.2";
version = "0.6.8.3";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-lhtuNYZySq5MHJiNIMNmUmGLjwE8696tpNyUoAvY94E=";
hash = "sha256-miS0CMeb0KNIsFtGBDM73U/mZyDhT6hQ6o4Vc0gVNM4=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''