Merge pull request #134864 from NeQuissimus/sbtextras

sbt-extras: 2021-04-26 → 2021-08-04
This commit is contained in:
Sandro 2021-08-20 23:54:46 +02:00 committed by GitHub
commit f2473267a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;