Merge pull request #224222 from gravndal/bees-update

bees: 0.8 -> 0.9.3
This commit is contained in:
Sergei Trofimovich 2023-04-17 18:30:53 +01:00 committed by GitHub
commit 10d74285cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
, bash
, btrfs-progs
, coreutils
, linuxHeaders_5_19
, python3Packages
, util-linux
, nixosTests
@ -15,13 +14,13 @@ let
bees = stdenv.mkDerivation rec {
pname = "bees";
version = "0.8";
version = "0.9.3";
src = fetchFromGitHub {
owner = "Zygo";
repo = "bees";
rev = "v${version}";
sha256 = "sha256-xBejyi/W8DLQmcicTqEQb5c4uZKu7jsLGjmWmW74t88=";
sha256 = "sha256-krG8TzfOz3m7h3GfkBU+NJz7EdlXiWOOXY8bQRq9z4Q=";
};
buildInputs = [