Merge pull request #100257 from priegger/feature/update-bees

bees: 0.6.2 -> 0.6.3
This commit is contained in:
Martin Weinelt 2020-11-21 03:49:11 +01:00 committed by GitHub
commit 65c4e2500f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,15 @@
let
version = "0.6.2";
sha256 = "05niv9rivd3j3cwcx3n3vjr85wr0l5i76giq9n54d2vdwmn8qjib";
bees = stdenv.mkDerivation {
bees = stdenv.mkDerivation rec {
pname = "bees";
inherit version;
version = "0.6.3";
src = fetchFromGitHub {
owner = "Zygo";
repo = "bees";
rev = "v${version}";
inherit sha256;
sha256 = "sha256-brEjr7lhmKDCIDeLq+XP+ZTxv1RvwoUlszMSEYygxv8=";
};
buildInputs = [
@ -58,7 +55,7 @@ let
in
runCommand "bees-service-${version}" {
runCommand "bees-service" {
inherit bash bees coreutils utillinux;
btrfsProgs = btrfs-progs; # needs to be a valid shell variable name
} ''