Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88550755602c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 088c6b07f6db
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 25, 2020

  1. bear: 3.0.2 -> 3.0.3

    r-ryantm committed Nov 25, 2020
    Copy the full SHA
    fdfc81b View commit details

Commits on Nov 26, 2020

  1. Merge pull request #104945 from r-ryantm/auto-update/bear

    bear: 3.0.2 -> 3.0.3
    marsam authored Nov 26, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    088c6b0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/build-managers/bear/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bear/default.nix
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "bear";
version = "3.0.2";
version = "3.0.3";

src = fetchFromGitHub {
owner = "rizsotto";
repo = pname;
rev = version;
sha256 = "0x1an9sxcr0f45c9kdpgpcrc773cc28zsffbxddpqp0h1qh9s4ns";
sha256 = "1abx5h6xy0h3mz29ial5si8smkmjzla050d130pcc6dzr4ic642w";
};

nativeBuildInputs = [ cmake pkg-config ];