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: 004e9b5b4186
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24cf2dce65bc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 24, 2019

  1. protobuf3_9: 3.9.0 -> 3.9.1

    marsam committed Aug 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14887ff View commit details

Commits on Aug 25, 2019

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

    protobuf3_9: 3.9.0 -> 3.9.1
    marsam authored Aug 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24cf2dc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/protobuf/3.9.nix
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.0";
sha256 = "1xq2njqrbmizwg91ggi1lqr0n26cm2jdyk668ljc24ihrpk0z9bw";
version = "3.9.1";
sha256 = "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h";
}