Commit 71e42621 authored by Marie Ramlow's avatar Marie Ramlow
Browse files

chatterino2: unpin boost

parent 1e7514df
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";