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

furnace: 0.6.1 -> 0.6.2
This commit is contained in:
Cosima Neidahl 2024-04-04 13:11:11 +02:00 committed by GitHub
commit e0791fc2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-QUOZGUyZp20ls7rtDK+cmg3Smbd+hl1m9aMhHQmMMbY=";
hash = "sha256-Pv9Sx+bdoy8uV5o9i1rUSuokwQVA8EPYFkZXM8Fynmk=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''