Commit 3eafda9b authored by Supa's avatar Supa
Browse files

chatterino2: enable gitUpdater script

parent 1750f3c1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  callPackage,
  fetchFromGitHub,
  nix-update-script,
  gitUpdater,
  boost186,
}:

@@ -24,7 +24,10 @@

      passthru = {
        buildChatterino = args: callPackage ./common.nix args;
        updateScript = nix-update-script { };
        updateScript = gitUpdater {
          rev-prefix = "v";
          ignoredVersions = "beta";
        };
      };

      meta = {