3
0
Fork 0
forked from mirrors/nixpkgs

sbt-extras: 2021-09-15 → 2021-09-24

This commit is contained in:
Tim Steinbach 2021-10-05 08:24:25 +00:00
parent fc24bb88c3
commit 34f9123fa1
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 = "bd4c3e80a0a07c78407422de13039ce5889fb4b0";
version = "2021-09-15";
rev = "aff36a23f7213d94189aabfcc47a32b11f3a6fba";
version = "2021-09-24";
src = fetchFromGitHub {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "NBERpDSY1FoGzD0AXJx1yTG37fjzw+VsTAgkIBfJdhs=";
sha256 = "CBPiA9UdTc31EbfCdG70j88sn53CfZBr8rlt6+ViivI=";
};
dontBuild = true;