Merge pull request #74641 from r-ryantm/auto-update/strawberry

strawberry: 0.6.5 -> 0.6.6
This commit is contained in:
Lancelot SIX 2019-11-29 18:07:58 +01:00 committed by GitHub
commit f436989403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,13 +35,13 @@
mkDerivation rec {
pname = "strawberry";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "jonaski";
repo = pname;
rev = version;
sha256 = "1kqx0q99n1p5pm6skvqjihz11byhxdid1qw6gqp67dh2na62z1lm";
sha256 = "113z2qdcg0fm6ff2k36nl5zbbj5wsidl94ca1sfnsv9bq9lkvck5";
};
buildInputs = [
@ -93,7 +93,7 @@ mkDerivation rec {
changelog = "https://raw.githubusercontent.com/jonaski/strawberry/${version}/Changelog";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
# upstream says darwin should work but they lack maintainers as of 0.6.5
# upstream says darwin should work but they lack maintainers as of 0.6.6
platforms = platforms.linux;
};
}