1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 17:13:21 +00:00

Merge pull request #142748 from ElXreno/package-bees-0.7

This commit is contained in:
Sandro 2021-10-24 20:19:01 +02:00 committed by GitHub
commit 2daa1a9c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [