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

furnace: 0.6pre16 -> 0.6pre18
This commit is contained in:
Nick Cao 2023-09-30 10:07:41 -04:00 committed by GitHub
commit c132a15335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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