Unverified Commit 3568cae5 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

chatterino2: unpin boost (#446410)

parents 37bfbb72 71e42621
Loading
Loading
Loading
Loading
+42 −46
Original line number Diff line number Diff line
@@ -3,13 +3,9 @@
  callPackage,
  fetchFromGitHub,
  gitUpdater,
  boost186,
}:

(callPackage ./common.nix {
  boost = boost186;
}).overrideAttrs
  (
(callPackage ./common.nix { }).overrideAttrs (
  finalAttrs: _: {
    pname = "chatterino2";
    version = "2.5.4";