furnace: 0.6pre1 -> 0.6pre1.5

This commit is contained in:
R. Ryantm 2022-09-23 09:00:20 +00:00 committed by Bobby Rong
parent fde244a8c7
commit a4b0091e4d

View File

@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "furnace";
version = "0.6pre1";
version = "0.6pre1.5";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-7MrzSC8PYQ4X8fyX1hB8mOoSCtLpY+o1x42v9HLdoao=";
sha256 = "sha256-2Bl6CFZJkhdNxMZiJ392zjcVMu8BgyK58R8aE4ToskY=";
};
nativeBuildInputs = [