Commit b75e7815 authored by OPNA2608's avatar OPNA2608
Browse files

furnace: 0.6pre2 -> 0.6pre3

parent 407160f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

stdenv.mkDerivation rec {
  pname = "furnace";
  version = "0.6pre2";
  version = "0.6pre3";

  src = fetchFromGitHub {
    owner = "tildearrow";
    repo = "furnace";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "sha256-ydywnlZ6HEcTiBIB92yduCzPsOljvypP1KpCVjETzBc=";
    sha256 = "sha256-bHVeTw69k6LLcrfkmGxvjlFfR/hWiCfm/P3utknid1o=";
  };

  nativeBuildInputs = [