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

Commits on Apr 18, 2020

  1. age: 1.0.0-beta2 -> unstable-2020-03-25

    There has been no new official release of age,
    but some important fixes and changes have been
    done since the last release in December:
    FiloSottile/age@v1.0.0-beta2...f0f8092
    L-as committed Apr 18, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    8a5fa65 View commit details

Commits on Apr 20, 2020

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    32029f3 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/security/age/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/security/age/default.nix
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

buildGoModule rec {
pname = "age";
version = "1.0.0-beta2";
version = "unstable-2020-03-25";
goPackagePath = "github.com/FiloSottile/age";
modSha256 = "0kwdwhkxgqjd8h1p7pm4h4xidp2vk840h1j4qya4qz8bjf9vskl9";
modSha256 = "00yhn1894ni8bvkqm1vr0rqkky52pkhvdzbi2sqx3czlgb5ibw3h";

subPackages = [
"cmd/age"
@@ -14,8 +14,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "FiloSottile";
repo = "age";
rev = "v${version}";
sha256 = "1n1ww8yjw0mg00dvnfmggww9kwp1hls0a85iv6vx9k89mzv8mdrq";
rev = "f0f8092d60bb96737fa096c29ec6d8adb5810390";
sha256 = "079kfc8d1pr39hr4qnx48kviyzwg4p8m4pz0bdkypns4aq8ppbfk";
};

meta = with lib; {