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

Commits on Apr 1, 2020

  1. saml2aws: 2.24.0 -> 2.25.0

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    6a07829 View commit details

Commits on Apr 2, 2020

  1. Merge pull request #84016 from r-ryantm/auto-update/saml2aws

    saml2aws: 2.24.0 -> 2.25.0
    marsam authored Apr 2, 2020
    Copy the full SHA
    a42fbd6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/saml2aws/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/saml2aws/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "saml2aws";
version = "2.24.0";
version = "2.25.0";

src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "15zxi64s1hgpm3rxk0m7z5363jc7h80g91bfx8vg7nw680lday4w";
sha256 = "12aidylamrq4rvy2cfdz669lr1p20yqrshigcc5x1hrlhh9y64xc";
};

modSha256 = "0qxf2i06spjig3ynixh3xmbxpghh222jhfqcg71i4i79x4ycp5wx";
modSha256 = "1kcj5065yy52p1jy4fad5lsz3y4spqc40k1qsirm53qqixhrhvag";

subPackages = [ "." "cmd/saml2aws" ];