summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bees
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-12-27 21:54:57 +0100
committerRobin Gloster <mail@glob.in>2019-12-27 21:54:57 +0100
commit8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e (patch)
tree655c3a659bef0d1991c0a059405b10d47a3457fe /pkgs/tools/filesystems/bees
parent6df8e0fa48d4f473e7558adaa9b3a0d53b7a7cdb (diff)
downloadnixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar.gz
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar.bz2
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar.lz
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar.xz
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.tar.zst
nixpkgs-8cebd2f6b7a3ca33e5a49ab5b039f0a18050162e.zip
bees: 0.6.1 -> 0.6.2
fixes build with gcc9
Diffstat (limited to 'pkgs/tools/filesystems/bees')
-rw-r--r--pkgs/tools/filesystems/bees/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/bees/default.nix b/pkgs/tools/filesystems/bees/default.nix
index 94573bcd201..c6bb07e7b87 100644
--- a/pkgs/tools/filesystems/bees/default.nix
+++ b/pkgs/tools/filesystems/bees/default.nix
@@ -2,8 +2,8 @@
 
 let
 
-  version = "0.6.1";
-  sha256 = "0h7idclmhyp14mq6786x7f2237vqpn70gyi88ik4g70xl84yfgyh";
+  version = "0.6.2";
+  sha256 = "05niv9rivd3j3cwcx3n3vjr85wr0l5i76giq9n54d2vdwmn8qjib";
 
   bees = stdenv.mkDerivation {
     pname = "bees";