sbt-extras: 2020-11-20 → 2020-11-23
This commit is contained in:
parent
e0e4c2281c
commit
5ba4b41db6
1 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sbt-extras";
|
||||
rev = "42d33338e52cee115cebc3e4ee2acc1ca766f319";
|
||||
version = "2020-11-20";
|
||||
rev = "be2f5d98f13884a18eaf5205458f985575dbe13a";
|
||||
version = "2020-11-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "paulp";
|
||||
repo = "sbt-extras";
|
||||
inherit rev;
|
||||
sha256 = "0k0n8q8695rdy1vas9n9m9819rpmf38d3bbkffnn7mf7qa01mxq1";
|
||||
sha256 = "00acnj357fcwx7w25axaj0l5ync97ixsixg8s55r7hwibkxn0fa7";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue