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: 64a8f2e48d53
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4aa4fc94241d
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 3, 2019

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    8593904 View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7960ff7 View commit details

Commits on Nov 4, 2019

  1. Merge pull request #72753 from marsam/update-protobuf

    protobuf: 3.9.1 -> 3.9.2, 3.10.0 -> 3.10.1
    marsam authored Nov 4, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4aa4fc9 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/libraries/protobuf/3.10.nix
  2. +2 −2 pkgs/development/libraries/protobuf/3.9.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.10.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... }:

callPackage ./generic-v3.nix {
version = "3.10.0";
sha256 = "0cjwfm9v2gv6skzrq4m7w28810p2h3m1jj4kw6df3x8vvg7q842c";
version = "3.10.1";
sha256 = "1kbi2i1m5c7ss02ip8h0bdzvns4dgxx30a5c0iiph8g2ns02lr33";
}
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.9.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... }:

callPackage ./generic-v3.nix {
version = "3.9.1";
sha256 = "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h";
version = "3.9.2";
sha256 = "080zxa9w1pxp5y05aiwc0c8mlqkkh98wmid4l7m99cliphsd4qnn";
}