bees: 0.6.5 -> 0.7

This commit is contained in:
ElXreno 2021-10-24 17:04:33 +03:00
parent e83a6a94fa
commit a43ed763a6
No known key found for this signature in database
GPG key ID: 635CDB7EE37B4706

View file

@ -14,13 +14,13 @@ let
bees = stdenv.mkDerivation rec {
pname = "bees";
version = "0.6.5";
version = "0.7";
src = fetchFromGitHub {
owner = "Zygo";
repo = "bees";
rev = "v${version}";
sha256 = "11ppbf23b8ngzfy02am0skxlybzmgsp6kna21jimb01x9pp1q7l7";
sha256 = "sha256-hD6/pMRnQgPqL1M6QOuRka6ESJv9kjeKy+29nRMTY1o=";
};
buildInputs = [