Unverified Commit 2ff18545 authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

Merge pull request #281427 from fpletz/pkgs/bees-0.10

bees: 0.9.3 -> 0.10
parents e5952456 29da62e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let

  bees = stdenv.mkDerivation rec {
    pname = "bees";
    version = "0.9.3";
    version = "0.10";

    src = fetchFromGitHub {
      owner = "Zygo";
      repo = "bees";
      rev = "v${version}";
      sha256 = "sha256-krG8TzfOz3m7h3GfkBU+NJz7EdlXiWOOXY8bQRq9z4Q=";
      hash = "sha256-f3P3BEd8uO6QOZ1/2hBzdcuOSggYvHxW3g9pGftKO8g=";
    };

    buildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -40074,7 +40074,7 @@ with pkgs;
  beep = callPackage ../misc/beep { };
  bees = pin-to-gcc12-if-gcc13 (callPackage ../tools/filesystems/bees { });
  bees = callPackage ../tools/filesystems/bees { };
  blahaj = callPackage ../tools/misc/blahaj { };