bees: 0.10 -> 0.11

This commit is contained in:
R. Ryantm
2025-06-26 12:49:46 +00:00
parent 9be32fbfaa
commit 9d3ecb4509
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "bees";
version = "0.10";
version = "0.11";
src = fetchFromGitHub {
owner = "Zygo";
repo = "bees";
rev = "v${version}";
hash = "sha256-f3P3BEd8uO6QOZ1/2hBzdcuOSggYvHxW3g9pGftKO8g=";
hash = "sha256-qaiRWRd9+ElJ40QGOS3AxT2NvF3phQCyPnVz6RfTt8c=";
};
buildInputs = [