mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-24 21:26:58 +01:00
Update mill
This commit is contained in:
parent
aaea4f487b
commit
42f1729745
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
mill = pkgs.mill.overrideAttrs (old: rec {
|
mill = pkgs.mill.overrideAttrs (old: rec {
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-linux-amd64/${version}/mill-dist-native-linux-amd64-${version}.exe";
|
url = "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-linux-amd64/${version}/mill-dist-native-linux-amd64-${version}.exe";
|
||||||
hash = "sha256-rgAqlTCZc8nedUU2D+Klo3KY0z9sI0KJczdaugM3//8=";
|
hash = "sha256-xxQMCJ659b/RrSzGKYvXdTcXS9F3TZRGTAbcAc7yF3o=";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgs.zlib ];
|
buildInputs = [ pkgs.zlib ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue