Unverified Commit 17467e94 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

furnace: 0.6.8 -> 0.6.8.1 (#396761)

parents bee6e9aa 27f358e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "furnace";
  version = "0.6.8";
  version = "0.6.8.1";

  src = fetchFromGitHub {
    owner = "tildearrow";
    repo = "furnace";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-pdl46Xrq1NS0Wtri/xMfd4SxKnFQykB0TpOG/GJT89Y=";
    hash = "sha256-R4yQqTPVNx5i9AeY06T0QdNN22ImLvD0bH96r5ojPLo=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''