mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #114396 from NeQuissimus/sbtextras
sbt-extras: 2021-02-04 → 2021-02-24
This commit is contained in:
commit
e8446a3f77
1 changed files with 5 additions and 20 deletions
|
@ -1,31 +1,16 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, which
|
||||
, curl
|
||||
, makeWrapper
|
||||
, jdk
|
||||
, writeScript
|
||||
, common-updater-scripts
|
||||
, cacert
|
||||
, git
|
||||
, nixfmt
|
||||
, nix
|
||||
, jq
|
||||
, coreutils
|
||||
, gnused
|
||||
}:
|
||||
{ lib, stdenv, fetchFromGitHub, which, curl, makeWrapper, jdk, writeScript
|
||||
, common-updater-scripts, cacert, git, nixfmt, nix, jq, coreutils, gnused }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sbt-extras";
|
||||
rev = "830b72140583e2790bbd3649890ac8ef5371d0c6";
|
||||
version = "2021-02-04";
|
||||
rev = "f080234ba899bb49b0cf977b3683e6446b38c477";
|
||||
version = "2021-02-24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paulp";
|
||||
repo = "sbt-extras";
|
||||
inherit rev;
|
||||
sha256 = "0wq2mf8s254ns0sss5q394c1j2rnvl42x9l6kkrav505hbx0gyq6";
|
||||
sha256 = "01n25s60ssxls8lkwrni91k35622lyaizymmprcqh243dg3g2qiv";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue