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

Commits on Oct 30, 2019

  1. berglas: 0.2.0 → 0.2.1

    nagisa committed Oct 30, 2019
    Copy the full SHA
    38462b0 View commit details
  2. Merge pull request #72323 from nagisa/berglas-0.2.1

    berglas: 0.2.0 → 0.2.1
    andir authored Oct 30, 2019
    Copy the full SHA
    41cb4b3 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/admin/berglas/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/admin/berglas/default.nix
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@
buildGoModule rec {

name = "berglas-${version}";
version = "0.2.0";
version = "0.2.1";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "berglas";
rev = "v0.2.0";
sha256 = "1d75x0n1d1ry2xmy6h64qqc0dlnivipycv3p0aihyp3l810gpdbk";
rev = "v0.2.1";
sha256 = "1m34rxiynmgsris1avjn7am50b8sds77515zlnna9qvsrywbzljc";
};

modSha256 = "0fvgvrvdpdwjx51wmbf0rdwnr9l1l212qbvznvif3xsi5nnlkx6r";
modSha256 = "0lfcrsb4r5hxxd652cxff23fnbrphp3lgwp5anpaddzcjcd2qyj8";

meta = with stdenv.lib; {
description = "A tool for managing secrets on Google Cloud";