lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bees: 0.10 -> 0.11

R. Ryantm 9d3ecb45 9be32fbf

+2 -2
+2 -2
pkgs/by-name/be/bees/package.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "bees"; 19 - version = "0.10"; 19 + version = "0.11"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Zygo"; 23 23 repo = "bees"; 24 24 rev = "v${version}"; 25 - hash = "sha256-f3P3BEd8uO6QOZ1/2hBzdcuOSggYvHxW3g9pGftKO8g="; 25 + hash = "sha256-qaiRWRd9+ElJ40QGOS3AxT2NvF3phQCyPnVz6RfTt8c="; 26 26 }; 27 27 28 28 buildInputs = [