mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 19:06:04 -04:00
Bump version to 2.1.0
This commit is contained in:
parent
73aeed39cb
commit
9cbfc41b36
@ -2,7 +2,7 @@ package main
|
||||
|
||||
// Build constants
|
||||
|
||||
const VERSION = "2.0.2"
|
||||
const VERSION = "2.1.0"
|
||||
|
||||
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
||||
|
||||
|
@ -14,14 +14,14 @@
|
||||
nixpkgs,
|
||||
buildNodeModules,
|
||||
}: let
|
||||
version = "2.0.2";
|
||||
version = "2.1.0";
|
||||
|
||||
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||
|
||||
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
|
||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||
|
||||
overlays = [ ];
|
||||
overlays = [];
|
||||
|
||||
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system overlays;});
|
||||
nixpkgsCross =
|
||||
|
Loading…
x
Reference in New Issue
Block a user