bees: 0.6.1 -> 0.6.2

fixes build with gcc9
This commit is contained in:
Robin Gloster 2019-12-27 21:54:57 +01:00
parent 6df8e0fa48
commit 8cebd2f6b7
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -2,8 +2,8 @@
let
version = "0.6.1";
sha256 = "0h7idclmhyp14mq6786x7f2237vqpn70gyi88ik4g70xl84yfgyh";
version = "0.6.2";
sha256 = "05niv9rivd3j3cwcx3n3vjr85wr0l5i76giq9n54d2vdwmn8qjib";
bees = stdenv.mkDerivation {
pname = "bees";