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

furnace: 0.6pre8 -> 0.6pre9
This commit is contained in:
Weijia Wang 2023-08-29 20:41:14 +02:00 committed by GitHub
commit 550997a027
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.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 ''