3
0
Fork 0
forked from mirrors/nixpkgs

sbt-extras: 2021-04-26 → 2021-08-04

This commit is contained in:
Tim Steinbach 2021-08-19 16:03:13 +00:00
parent 3861de4289
commit af771ae6a0
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "sbt-extras";
rev = "e5a5442acf36f047a75b397d7349e6fe6835ef24";
version = "2021-04-26";
rev = "d77c348e3f2fdfbd90b51ce0e5894405bb08687c";
version = "2021-08-04";
src = fetchFromGitHub {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "0g7wyh0lhhdch7d6p118lwywy1lcdr1z631q891qhv624jnb1477";
sha256 = "u0stt4w0iK4h+5PMkqjp9m8kqvrKvM3m7lBcV2yXPKU=";
};
dontBuild = true;