hologram: 1.2.1 -> 1.3

This commit is contained in:
Aaron Jheng 2023-02-17 03:44:32 +00:00
parent 1f9748835c
commit f1ce9607fe
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hologram";
version = "1.2.1";
version = "1.3";
src = fetchFromGitHub {
owner = "AdRoll";
repo = "hologram";
rev = version;
sha256 = "sha256-rdV/oVo+M5ALyU3a3XlA4kt+TLg0Rnr7/qDyZ9iuIb4=";
hash = "sha256-b65mplfDuwk8lEfJLKBY7BF0yGRksxHjwbEW6A7moo4=";
};
postPatch = ''
@ -17,14 +17,14 @@ buildGoModule rec {
rm -f agent/metadata_service_test.go server/persistent_ldap_test.go server/server_test.go
'';
vendorSha256 = "sha256-pEYMpBiNbq5eSDiFT+9gMjGHDeTzWIej802Zz6Xtays=";
vendorHash = "sha256-HI5+02qSQVLy6ZKaFjy1bWtvVk5bqMBg1umu2ic5HuY=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
homepage = "https://github.com/AdRoll/hologram/";
description = "Easy, painless AWS credentials on developer laptops";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ aaronjheng ];
license = licenses.asl20;
};
}