about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-02-17 03:44:32 +0000
committerAaron Jheng <wentworth@outlook.com>2023-02-17 03:44:32 +0000
commitf1ce9607fe917cd768e4fac278d9c31e9da9ac99 (patch)
tree61a5505e682c34ea3841bf133c5b9f34be13d63a /pkgs/tools/security
parent1f9748835ce2b81a8ee14e5caa7c0cca062d9619 (diff)
hologram: 1.2.1 -> 1.3
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/hologram/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/hologram/default.nix b/pkgs/tools/security/hologram/default.nix
index 8f5e48ee37ec5..1a7e45c8024d2 100644
--- a/pkgs/tools/security/hologram/default.nix
+++ b/pkgs/tools/security/hologram/default.nix
@@ -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;
   };
 }