furnace: 0.6 -> 0.6.1

This commit is contained in:
R. Ryantm
2024-02-04 17:39:00 +00:00
parent 4dc52ec83f
commit ca3a295bbd
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6";
version = "0.6.1";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-8we7vKyGWjM9Rx0MJjSKLJcKBHiHt5vjuy17HHx/pP8=";
hash = "sha256-QUOZGUyZp20ls7rtDK+cmg3Smbd+hl1m9aMhHQmMMbY=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''